Skip to content

Commit f7eac6e

Browse files
Final scripts added
1 parent 5012028 commit f7eac6e

File tree

8 files changed

+363
-494
lines changed

8 files changed

+363
-494
lines changed

src/main/resources/db/migration/db1097identity/V2__DB_1097_IDENTITY.sql

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
use db_1097_identity;
2+
3+
alter table i_beneficiarydetails add ExtraFields JSON after `Others`;
4+
5+
alter table i_beneficiarydetails add faceEmbedding longtext after Others;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
3+
use db_identity;
4+
5+
alter table i_beneficiarydetails add ExtraFields JSON after `Others`;
6+
7+
alter table i_beneficiarydetails add faceEmbedding longtext after Others;

src/main/resources/db/migration/dbidentity/V2__DB_IDENTITY.sql

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)