Explorar el Código

still fixing git

Erinn hace 9 años
padre
commit
b6895ab8d8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      db/dbinit.sqlite3.script

+ 0 - 1
db/dbinit.sqlite3.script

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