From faff8f60a9226bc7570e534c50a022edb7e0c85a Mon Sep 17 00:00:00 2001 From: Yaacov Akiba Slama Date: Sun, 8 Nov 2020 17:34:09 +0200 Subject: [PATCH] Fix migration file name --- ...e_paymens_table.up.sql => 000001_create_payments_table.up.sql} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename postgresql/migrations/{000001_create_paymens_table.up.sql => 000001_create_payments_table.up.sql} (100%) diff --git a/postgresql/migrations/000001_create_paymens_table.up.sql b/postgresql/migrations/000001_create_payments_table.up.sql similarity index 100% rename from postgresql/migrations/000001_create_paymens_table.up.sql rename to postgresql/migrations/000001_create_payments_table.up.sql