mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update migration scripts
This commit is contained in:
@ -0,0 +1 @@
|
||||
ALTER TABLE user ADD COLUMN description TEXT NOT NULL DEFAULT '';
|
3
store/db/postgres/migration/prod/0.21/01__rename_uid.sql
Normal file
3
store/db/postgres/migration/prod/0.21/01__rename_uid.sql
Normal file
@ -0,0 +1,3 @@
|
||||
ALTER TABLE memo RENAME COLUMN resource_name TO uid;
|
||||
|
||||
ALTER TABLE resource RENAME COLUMN resource_name TO uid;
|
Reference in New Issue
Block a user