From 291e20cb94440718638cc08da7e2390b102dc58d Mon Sep 17 00:00:00 2001 From: Bat Date: Mon, 9 Jul 2018 15:11:02 +0200 Subject: [PATCH] Remove a "l" lost in a migration file --- migrations/2018-04-22-093322_create_instances/up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/2018-04-22-093322_create_instances/up.sql b/migrations/2018-04-22-093322_create_instances/up.sql index 46fd4a3..e6689b0 100644 --- a/migrations/2018-04-22-093322_create_instances/up.sql +++ b/migrations/2018-04-22-093322_create_instances/up.sql @@ -1,4 +1,4 @@ -l-- Your SQL goes here +-- Your SQL goes here CREATE TABLE instances ( id SERIAL PRIMARY KEY, local_domain VARCHAR NOT NULL,