mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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:
parent
2a66f69351
commit
912a652b83
@ -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>
|
2014-05-11 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* pandoradb.postgreSQL.sql, pandoradb.data.postgreSQL.sql: Fixed
|
* pandoradb.postgreSQL.sql, pandoradb.data.postgreSQL.sql: Fixed
|
||||||
|
@ -885,7 +885,7 @@ CREATE TABLE "tusuario" (
|
|||||||
"block_size" INTEGER NOT NULL default 20,
|
"block_size" INTEGER NOT NULL default 20,
|
||||||
"flash_chart" INTEGER NOT NULL default 1,
|
"flash_chart" INTEGER NOT NULL default 1,
|
||||||
"id_skin" INTEGER NOT NULL DEFAULT 0,
|
"id_skin" INTEGER NOT NULL DEFAULT 0,
|
||||||
"disabled" INTEGER NOT NULL default 1,
|
"disabled" INTEGER NOT NULL default 0,
|
||||||
"shortcut" SMALLINT DEFAULT 0,
|
"shortcut" SMALLINT DEFAULT 0,
|
||||||
"shortcut_data" text default '',
|
"shortcut_data" text default '',
|
||||||
"section" varchar(255) NOT NULL DEFAULT '',
|
"section" varchar(255) NOT NULL DEFAULT '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user