Skip to content

Commit 4fffec1

Browse files
committed
add db migrations
1 parent 06db83b commit 4fffec1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE clients
2+
ADD cust_email_mapping TEXT
3+
REFERENCES user_attr_config
4+
ON UPDATE CASCADE ON DELETE CASCADE;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ALTER TABLE clients
2+
ADD cust_email_mapping TEXT
3+
REFERENCES user_attr_config
4+
ON UPDATE ON DELETE CASCADE;

0 commit comments

Comments
 (0)