🔥 Remove old emails tables.

This commit is contained in:
Andrey Antukh 2020-01-23 20:42:02 +01:00
parent 3433aa0c5b
commit 170d815620
3 changed files with 3 additions and 32 deletions

View file

@ -26,18 +26,15 @@
{:desc "Initial projects tables"
:name "0003-projects"
:fn (mg/resource "migrations/0003.projects.sql")}
{:desc "Initial emails related tables"
:name "0004-emails"
:fn (mg/resource "migrations/0004.emails.sql")}
{:desc "Initial tasks related tables"
:name "0004-tasks"
:fn (mg/resource "migrations/0004.tasks.sql")}
{:desc "Initial images tables"
:name "0005-images"
:fn (mg/resource "migrations/0005.images.sql")}
{:desc "Initial icons tables"
:name "0006-icons"
:fn (mg/resource "migrations/0006.icons.sql")}
{:desc "Initial tasks tables"
:name "0007-tasks"
:fn (mg/resource "migrations/0007.tasks.sql")}
]})
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;