aboutsummaryrefslogtreecommitdiffstats
path: root/install/piwigo_structure-pgsql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'install/piwigo_structure-pgsql.sql')
-rw-r--r--install/piwigo_structure-pgsql.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/piwigo_structure-pgsql.sql b/install/piwigo_structure-pgsql.sql
index ec61ce0db..ae32d52d6 100644
--- a/install/piwigo_structure-pgsql.sql
+++ b/install/piwigo_structure-pgsql.sql
@@ -547,7 +547,7 @@ CREATE TABLE "piwigo_user_infos"
"show_nb_comments" BOOLEAN default false,
"show_nb_hits" BOOLEAN default false,
"recent_period" INTEGER default 7 NOT NULL,
- "template" VARCHAR(255) default 'yoga/Sylvia' NOT NULL,
+ "theme" VARCHAR(255) default 'Sylvia' NOT NULL,
"registration_date" TIMESTAMP NOT NULL,
"enabled_high" BOOLEAN default true,
"level" INTEGER default 0 NOT NULL,