add total to zone
Some checks failed
backend-action / build-image (push) Failing after 10m40s

This commit is contained in:
2024-05-20 15:26:18 +07:00
parent 4934f799f5
commit 98a65043c9
10 changed files with 661 additions and 6 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE zones ADD `total` integer DEFAULT 0 NOT NULL;