Skip to content

Commit fc9eaa0

Browse files
Update domains migration
1 parent a9f5cf8 commit fc9eaa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openaev-api/src/main/java/io/openaev/migration/V4_52__Implement_Domains_notion.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ REFERENCES domains(domain_id)
7575

7676
// Rollback script
7777

78+
// DROP TABLE IF EXISTS domains;
7879
// DROP INDEX IF EXISTS idx_payloads_domains_domain_id;
7980
// DROP INDEX IF EXISTS idx_payloads_domains_payload_id;
8081
// DROP TABLE IF EXISTS payloads_domains;

0 commit comments

Comments
 (0)