mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
add global pet counter to site :3
This commit is contained in:
parent
0e444ec503
commit
29dcdc85cb
14 changed files with 3677 additions and 0 deletions
3
cf/schema.sql
Normal file
3
cf/schema.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
CREATE TABLE pets (count INTEGER NOT NULL DEFAULT 0);
|
||||
|
||||
INSERT INTO pets (count) VALUES (0);
|
Loading…
Add table
Add a link
Reference in a new issue