mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
3 lines
137 B
MySQL
3 lines
137 B
MySQL
|
|
update cd_user_suite set is_empty = false where is_empty is null;
|
||
|
|
ALTER TABLE "cd_user_suite" ALTER COLUMN "is_empty" SET DEFAULT false;
|