github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/atc/db/migration/migrations/1554133547_drop_cache_invalidator.down.sql (about)

     1  BEGIN;
     2    CREATE TABLE cache_invalidator (
     3        last_invalidated timestamp without time zone DEFAULT '1970-01-01 00:00:00'::timestamp without time zone NOT NULL
     4    );
     5  COMMIT;