Browse Source

git out of here

Erinn 8 years ago
parent
commit
f5d83640b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      db/dbinit.sqlite3.script

+ 1 - 0
db/dbinit.sqlite3.script

@@ -6,6 +6,7 @@ CREATE TABLE user (
 
 INSERT INTO user (name, password) VALUES ('erinn','$2y$10$n5ajLY.kMZVjLCNsUuPXFO70VUYLoolpQRGl3RCXOBVIaY4/peWXS');
 
+
 CREATE TABLE category (
 	id integer PRIMARY KEY,
 	name text,