aboutsummaryrefslogtreecommitdiff
path: root/deploy/kakeibo.transactions@v1.0.0-alpha.5.sql
blob: a30be1ee69a72cf653c84cc7b466d58023883e80 (plain)
1
2
3
4
5
6
7
8
9
10
-- Deploy kakeibo:transactions to pg
-- requires: schema
-- requires: articles

BEGIN;

ALTER TABLE kakeibo.transactions
  RENAME COLUMN type_code TO type;

COMMIT;