mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-29 21:01:27 +00:00
fix: bad naming (#1878)
This commit is contained in:
@@ -167,7 +167,7 @@ class SqliteDatabaseAccessService extends BaseDatabaseAccessService {
|
||||
'0039_add-expireAt-to-kv-store.sql',
|
||||
]],
|
||||
[36, [
|
||||
'0040_create_app_store_tables.sql',
|
||||
'0040_add_user_metadata.sql',
|
||||
]],
|
||||
];
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
ALTER TABLE `user` ADD COLUMN `metadata` TEXT DEFAULT '{}';
|
||||
ALTER TABLE `user` ADD COLUMN `metadata` JSON DEFAULT '{}';
|
||||
Reference in New Issue
Block a user