Plume/migrations/postgres/2018-05-02-113930_drop_instance_local_domain/up.sql

3 lines
70 B
MySQL
Raw Normal View History

-- Your SQL goes here
ALTER TABLE instances DROP COLUMN local_domain;