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/SQLite/upgrade/26-27/001-auto.sql

20 lines
233 B
PL/PgSQL

-- Convert schema 'share/ddl/_source/deploy/26/001-auto.yml' to 'share/ddl/_source/deploy/27/001-auto.yml':;
;
BEGIN;
;
DROP INDEX organisations_fk_social_type_id;
;
;
DROP INDEX organisations_external_fk_org_id;
;
;
COMMIT;