github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/atc/db/migration/migrations/1575661358_add_wall_table.up.sql (about) 1 BEGIN; 2 3 CREATE TABLE wall ( 4 message text NOT NULL, 5 expires_at timestamp with time zone 6 ); 7 8 COMMIT;