statping/source/sql/postgres_upgrade.sql

4 lines
225 B
MySQL
Raw Normal View History

=========================================== 1530841150
ALTER TABLE core ADD COLUMN use_cdn bool DEFAULT FALSE;
=========================================== 1
ALTER TABLE core ADD COLUMN migration_id integer default 0 NOT NULL;