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
MySQL
Raw Normal View History

2019-07-05 14:30:31 +00:00
-- 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;