19 lines
233 B
PL/PgSQL
19 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;
|
|
|