mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 16:29:51 +01:00
6 lines
209 B
SQL
6 lines
209 B
SQL
-- +migrate Up
|
|
|
|
-- 2023-03-30: Add token information to database
|
|
|
|
alter table tokens add column api_only boolean not null default false;
|
|
alter table tokens add column read_only boolean not null default false;
|