index
:
FMI/nowayforward_human
master
A copy of the wayback machine site made as a WEB project for a FMI course
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migrations
/
01-default-data.sql
blob: 5168d41a7b33e60935458bec9d98b78b40e66a27 (
plain
) (
blame
)
1
2
3
4
USE nwfh
;
INSERT IGNORE INTO
Users
(
Username
,
Password
,
Role
)
VALUES
(
"Anon"
,
""
,
"User"
);