This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Foodloop-Server/share/ddl/PostgreSQL/upgrade/32-33/001-auto.sql

12 lines
210 B
PL/PgSQL

-- Convert schema 'share/ddl/_source/deploy/32/001-auto.yml' to 'share/ddl/_source/deploy/33/001-auto.yml':;
;
BEGIN;
;
ALTER TABLE transaction_recurring ALTER COLUMN last_updated DROP NOT NULL;
;
COMMIT;