mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Add the ability to log users and their shared subdomains
This commit is contained in:
6
database/migrations/09_create_logs_table.sql
Normal file
6
database/migrations/09_create_logs_table.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS logs (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
user_id INTEGER NOT NULL,
|
||||
subdomain STRING NOT NULL,
|
||||
created_at DATETIME
|
||||
)
|
||||
Reference in New Issue
Block a user