aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/firebird_schema.sql
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-12-15 21:02:28 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2012-12-15 22:02:16 -0600
commit47bed3321634d888a51a611e6586c012a27eb1eb (patch)
treec8a4273c664f3eee4e4d90371f2e70913a79f4b2 /phpBB/install/schemas/firebird_schema.sql
parent1cfcbfd19f2bdb8d3248e8dc0bc88f09cbeb82d3 (diff)
downloadforums-47bed3321634d888a51a611e6586c012a27eb1eb.tar
forums-47bed3321634d888a51a611e6586c012a27eb1eb.tar.gz
forums-47bed3321634d888a51a611e6586c012a27eb1eb.tar.bz2
forums-47bed3321634d888a51a611e6586c012a27eb1eb.tar.xz
forums-47bed3321634d888a51a611e6586c012a27eb1eb.zip
[ticket/11103] time -> notification_time
PHPBB3-11103
Diffstat (limited to 'phpBB/install/schemas/firebird_schema.sql')
-rw-r--r--phpBB/install/schemas/firebird_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/firebird_schema.sql b/phpBB/install/schemas/firebird_schema.sql
index 5f7d23e411..8f45265c17 100644
--- a/phpBB/install/schemas/firebird_schema.sql
+++ b/phpBB/install/schemas/firebird_schema.sql
@@ -635,7 +635,7 @@ CREATE TABLE phpbb_notifications (
item_parent_id INTEGER DEFAULT 0 NOT NULL,
user_id INTEGER DEFAULT 0 NOT NULL,
unread INTEGER DEFAULT 1 NOT NULL,
- time INTEGER DEFAULT 1 NOT NULL,
+ notification_time INTEGER DEFAULT 1 NOT NULL,
data BLOB SUB_TYPE TEXT CHARACTER SET UTF8 DEFAULT '' NOT NULL
);;