maybe this one works

This commit is contained in:
2026-03-15 13:53:05 +13:00
parent fd315a38ed
commit 7c68170ef7
45 changed files with 9877 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
CREATE TABLE `GuestLog` (
`id` integer PRIMARY KEY AUTOINCREMENT NOT NULL,
`name` text NOT NULL,
`message` text,
`date` integer NOT NULL
);