InnoLink commited on
Commit
bf2bf1e
·
verified ·
1 Parent(s): 8056333

Update init.sql

Browse files
Files changed (1) hide show
  1. init.sql +4 -0
init.sql CHANGED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #File: init.sql
2
+
3
+ # – Tree-style outline: – - Database creation – - Users table – - Logs table – Linting: Run via psql; no Python lint here.
4
+ # CREATE DATABASE IF NOT EXISTS appdb; – etc.