diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2011-10-14 02:00:46 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2011-10-14 02:00:46 +0200 |
| commit | 7f42970ba005ca27f85e4375267bd32b8ad35341 (patch) | |
| tree | 06627c4c6673676e18ff5ebd11f46d5b581ff6ab /phpBB/install | |
| parent | 85407986ead970b60ca75fdada9de774248c9a81 (diff) | |
| download | forums-7f42970ba005ca27f85e4375267bd32b8ad35341.tar forums-7f42970ba005ca27f85e4375267bd32b8ad35341.tar.gz forums-7f42970ba005ca27f85e4375267bd32b8ad35341.tar.bz2 forums-7f42970ba005ca27f85e4375267bd32b8ad35341.tar.xz forums-7f42970ba005ca27f85e4375267bd32b8ad35341.zip | |
[feature/remove-imagesets] Fix create_schema_files, get rid of imagesets
PHPBB3-10336
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/schemas/mssql_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mssql_schema.sql b/phpBB/install/schemas/mssql_schema.sql index fe69670ded..b78a1b7fdc 100644 --- a/phpBB/install/schemas/mssql_schema.sql +++ b/phpBB/install/schemas/mssql_schema.sql @@ -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 |
