This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/share/ddl/PostgreSQL/upgrade/25-26/001-auto.sql

13 lines
214 B
MySQL
Raw Normal View History

2018-03-07 12:46:50 +00:00
-- Convert schema 'share/ddl/_source/deploy/25/001-auto.yml' to 'share/ddl/_source/deploy/26/001-auto.yml':;
;
BEGIN;
;
ALTER TABLE transaction_recurring ALTER COLUMN recurring_period DROP NOT NULL;
;
COMMIT;