InnoLink's picture
Rename init.sql to py-sql/init.sql
c09a446 verified
raw
history blame contribute delete
199 Bytes
#File: init.sql
# – Tree-style outline: – - Database creation – - Users table – - Logs table – Linting: Run via psql; no Python lint here.
# CREATE DATABASE IF NOT EXISTS appdb; – etc.