Add some database design

This commit is contained in:
Skylar Ittner 2018-04-10 01:27:19 -06:00
parent e9a1ee8241
commit 3d6a2dc2e9
3 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
vendor
settings.php
nbproject/private
*.sync-conflict*
*.sync-conflict*
*.bak

BIN
database.mwb Normal file

Binary file not shown.

View File

@ -29,6 +29,4 @@ define("STRINGS", [
"login server user data error" => "The login server refused to provide account information. Try again or contact technical support.",
"captcha error" => "There was a problem with the CAPTCHA (robot test). Try again.",
"home" => "Home",
"more" => "More",
"test" => "Test"
]);