mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 23:41:29 +02:00
Fixes bug 498620, among others. A problem with a rank_max value still hanging around in SQL statements. It was still created by all the schema files, so I changed it there, too. If I end up creating more problems, I'll revert them to the old values... Actually, I think I'd better. Anyway, don't even ask why I updated Oracle. I felt like it, plus we may use it someday...
That's it for now! One bug fix... yeah! git-svn-id: file:///svn/phpbb/trunk@1779 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -149,7 +149,6 @@ CREATE TABLE [phpbb_ranks] (
|
||||
[rank_id] [int] IDENTITY (1, 1) NOT NULL ,
|
||||
[rank_title] [varchar] (50) NOT NULL ,
|
||||
[rank_min] [int] NULL ,
|
||||
[rank_max] [int] NULL ,
|
||||
[rank_special] [smallint] NULL ,
|
||||
[rank_image] [varchar] (50) NULL
|
||||
) ON [PRIMARY]
|
||||
|
Reference in New Issue
Block a user