From bef3ebac5754b20d81fafa5df127c5375d823eb7 Mon Sep 17 00:00:00 2001 From: Pavel Bezdverniy Date: Mon, 15 Feb 2016 10:19:35 +0200 Subject: [PATCH] change table name to collections_products --- migrations/000.000.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 migrations/000.000.sql diff --git a/migrations/000.000.sql b/migrations/000.000.sql new file mode 100644 index 0000000..6dad03c --- /dev/null +++ b/migrations/000.000.sql @@ -0,0 +1 @@ +ALTER TABLE "collections-products" RENAME TO "collections_products"; \ No newline at end of file