mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-14 15:19:07 +00:00
Update database.sql
This makes an installation way easier
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-- make sure it exists
|
||||
create database if not exists mar;
|
||||
|
||||
-- switch to use it
|
||||
use mar;
|
||||
|
||||
-- create tables
|
||||
create table mar_user
|
||||
(
|
||||
username varchar(20) not null
|
||||
|
||||
Reference in New Issue
Block a user