Skip to content

Commit

Permalink
chore: create table, just in case backup
Browse files Browse the repository at this point in the history
  • Loading branch information
hUwUtao committed May 26, 2024
1 parent ee36a41 commit 1b9a6a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ctable.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DROP DATABASE wagtail;
CREATE DATABASE wagtail CHARACTER SET utf8mb4;

0 comments on commit 1b9a6a4

Please sign in to comment.