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/4-5/001-auto.sql

13 lines
199 B
MySQL
Raw Normal View History

2017-08-25 14:32:39 +00:00
-- Convert schema 'share/ddl/_source/deploy/4/001-auto.yml' to 'share/ddl/_source/deploy/5/001-auto.yml':;
;
BEGIN;
;
ALTER TABLE organisations ADD COLUMN sector character varying(1);
;
COMMIT;