2014-05-11 Junichi Satoh <junichi@rworks.jp>

* pandoradb.postgreSQL.sql: Fixed that initial user (admin) cannot
	be logged in.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9913 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2014-05-11 09:01:59 +00:00
parent 2a66f69351
commit 912a652b83
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-05-11 Junichi Satoh <junichi@rworks.jp>
* pandoradb.postgreSQL.sql: Fixed that initial user (admin) cannot
be logged in.
2014-05-11 Junichi Satoh <junichi@rworks.jp>
* pandoradb.postgreSQL.sql, pandoradb.data.postgreSQL.sql: Fixed

View File

@ -885,7 +885,7 @@ CREATE TABLE "tusuario" (
"block_size" INTEGER NOT NULL default 20,
"flash_chart" INTEGER NOT NULL default 1,
"id_skin" INTEGER NOT NULL DEFAULT 0,
"disabled" INTEGER NOT NULL default 1,
"disabled" INTEGER NOT NULL default 0,
"shortcut" SMALLINT DEFAULT 0,
"shortcut_data" text default '',
"section" varchar(255) NOT NULL DEFAULT '',