mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-04-19 18:46:41 +00:00
Update database.sql
This makes an installation way easier
This commit is contained in:
parent
c943c829f0
commit
07d8d01c92
@ -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
|
create table mar_user
|
||||||
(
|
(
|
||||||
username varchar(20) not null
|
username varchar(20) not null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user