statping/source/sql/postgres_upgrade.sql

9 lines
512 B
MySQL
Raw Normal View History

2018-08-13 16:35:38 +00:00
=========================================== 1534178020
UPDATE services SET order_id=0 WHERE order_id IS NULL;
2018-07-20 06:37:37 +00:00
=========================================== 1532068515
ALTER TABLE services ALTER COLUMN order_id integer DEFAULT 0;
ALTER TABLE services ADD COLUMN timeout integer DEFAULT 30;
=========================================== 1530841150
ALTER TABLE core ADD COLUMN use_cdn bool DEFAULT FALSE;
=========================================== 1
ALTER TABLE core ADD COLUMN migration_id integer default 0 NOT NULL;