20 lines
233 B
MySQL
20 lines
233 B
MySQL
|
-- 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;
|
||
|
|