update at 2023/08/14
This commit is contained in:
3
database/upgrade0719/user.sql
Normal file
3
database/upgrade0719/user.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `omc_db`.`user`
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`id`, `account_id`) USING BTREE;
|
||||
Reference in New Issue
Block a user