mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: store migrator
This commit is contained in:
3
store/migration/postgres/prod/0.21/01__rename_uid.sql
Normal file
3
store/migration/postgres/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