Browse Source

docs: update migrate sql

main
ning 2 years ago
parent
commit
68eb7cb57e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docker/initsql/migrate.sql

+ 2
- 0
docker/initsql/migrate.sql View File

@@ -1,3 +1,5 @@
use n9e_v6;

-- Alter table for AlertSubscribe
ALTER TABLE alert_subscribe ADD COLUMN busi_groups VARCHAR(4096) NOT NULL DEFAULT '[]';
ALTER TABLE alert_subscribe ADD COLUMN note VARCHAR(1024) DEFAULT '' COMMENT 'note';


Loading…
Cancel
Save