Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
azlux authored May 18, 2020
1 parent 1b7483e commit 56c434d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installation.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
`date` datetime NOT NULL,
PRIMARY KEY (`short`)
);
");
$connexion->query("
CREATE TABLE `users` (
`username` varchar(25) NOT NULL,
`password` char(128) NOT NULL,
Expand Down

0 comments on commit 56c434d

Please sign in to comment.