1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/remove-imagesets] Fix create_schema_files, get rid of imagesets

PHPBB3-10336
This commit is contained in:
Igor Wiedler
2011-10-14 02:00:46 +02:00
parent 85407986ea
commit 7f42970ba0
2 changed files with 1 additions and 32 deletions

View File

@@ -1307,7 +1307,7 @@ CREATE TABLE [phpbb_styles] (
[style_copyright] [varchar] (255) DEFAULT ('') NOT NULL ,
[style_active] [int] DEFAULT (1) NOT NULL ,
[template_id] [int] DEFAULT (0) NOT NULL ,
[theme_id] [int] DEFAULT (0) NOT NULL
[theme_id] [int] DEFAULT (0) NOT NULL
) ON [PRIMARY]
GO