mailpot/core/migrations/001.sql

5 lines
81 B
PL/PgSQL

PRAGMA foreign_keys=ON;
BEGIN;
ALTER TABLE templates RENAME TO template;
COMMIT;