aboutsummaryrefslogtreecommitdiff
path: root/backend/migrations/2020-12-26-051845_ar_integration/up.sql
diff options
context:
space:
mode:
Diffstat (limited to 'backend/migrations/2020-12-26-051845_ar_integration/up.sql')
-rw-r--r--backend/migrations/2020-12-26-051845_ar_integration/up.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/migrations/2020-12-26-051845_ar_integration/up.sql b/backend/migrations/2020-12-26-051845_ar_integration/up.sql
new file mode 100644
index 0000000..16aa805
--- /dev/null
+++ b/backend/migrations/2020-12-26-051845_ar_integration/up.sql
@@ -0,0 +1,6 @@
1-- Your SQL goes here
2alter table product
3add src text(500);
4
5alter table product
6add ios_src text(500);