From 1b9a6a4cd142ef30cb2a2029d1d371e3987db47f Mon Sep 17 00:00:00 2001 From: stdpi Date: Sun, 26 May 2024 10:25:42 +0700 Subject: [PATCH] chore: create table, just in case backup --- scripts/ctable.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/ctable.sql diff --git a/scripts/ctable.sql b/scripts/ctable.sql new file mode 100644 index 0000000..482c1f8 --- /dev/null +++ b/scripts/ctable.sql @@ -0,0 +1,2 @@ +DROP DATABASE wagtail; +CREATE DATABASE wagtail CHARACTER SET utf8mb4; \ No newline at end of file