From b3c063a813da6101be46cce3e554edec1887c806 Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist <35255659+fredrikphotowall@users.noreply.github.com> Date: Wed, 8 Jun 2022 10:08:52 +0200 Subject: [PATCH] Drop listprices table (#279) --- migrations/000.378.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/000.378.sql diff --git a/migrations/000.378.sql b/migrations/000.378.sql new file mode 100644 index 0000000..f436fe5 --- /dev/null +++ b/migrations/000.378.sql @@ -0,0 +1,2 @@ +DROP TABLE listprices; +