Initial commit
This commit is contained in:
8
rss/json/config/groups.json
Normal file
8
rss/json/config/groups.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"home": "dashboard"
|
||||
},
|
||||
"user": {
|
||||
"home": "home"
|
||||
}
|
||||
}
|
||||
5
rss/json/config/migrations.json
Normal file
5
rss/json/config/migrations.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"1": [
|
||||
"CREATE TABLE IF NOT EXISTS users (id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, username VARCHAR(50), email VARCHAR(90), password TEXT)"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user