aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
Commit message (Collapse)AuthorAgeFilesLines
...
* Next ID didn't need the + 1James Atkinson2001-05-251-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@324 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated postgres schema so it'll work correctly with sql_nextidJames Atkinson2001-05-251-315/+315
| | | | | | | Also removed all the "'s, they were screwing up the table creates git-svn-id: file:///svn/phpbb/trunk@322 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor fixesPaul S. Owen2001-05-222-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@319 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed the allow/disallow fields to match the profile templatePaul S. Owen2001-05-172-50/+50
| | | | git-svn-id: file:///svn/phpbb/trunk@313 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add post in demo forumthe_systech2001-05-151-1/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@300 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-05-151-20/+53
| | | | git-svn-id: file:///svn/phpbb/trunk@297 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added some missing semi-colonsJames Atkinson2001-05-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@296 89ea8834-ac86-4346-8a33-228a782c2dd0
* Matches current MySQL schemaPaul S. Owen2001-05-141-277/+383
| | | | git-svn-id: file:///svn/phpbb/trunk@295 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some more issuesPaul S. Owen2001-05-141-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@294 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed LIMIT and other issuesPaul S. Owen2001-05-141-14/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@292 89ea8834-ac86-4346-8a33-228a782c2dd0
* Replaced preg_replacePaul S. Owen2001-05-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@289 89ea8834-ac86-4346-8a33-228a782c2dd0
* Workaround for LOWER -> LCASE for msaccess - mark 2Paul S. Owen2001-05-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@284 89ea8834-ac86-4346-8a33-228a782c2dd0
* Workaround for LOWER -> LCASE for msaccessPaul S. Owen2001-05-131-0/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@283 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-05-133-10/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@282 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial SQL updates completePaul S. Owen2001-05-132-16/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor altPaul S. Owen2001-05-131-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@280 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made the schema work with MySQL 3.22James Atkinson2001-05-101-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@268 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed value orders to match column ordersthe_systech2001-05-071-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@264 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified to add DROP TABLE for each phpBB2 Tablethe_systech2001-05-071-0/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@263 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, two colours round the wrong wayPaul S. Owen2001-05-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@255 89ea8834-ac86-4346-8a33-228a782c2dd0
* 'New' theme for my templatePaul S. Owen2001-05-061-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@254 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified users and config inserts to match column counts in mysql_schema.sqlthe_systech2001-05-041-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@244 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest updatePaul S. Owen2001-05-031-76/+89
| | | | git-svn-id: file:///svn/phpbb/trunk@241 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated to include PSO template default themePaul S. Owen2001-05-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@240 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed theme_id field so its not null. schemea would not work on mysql 3.23 ↵James Atkinson2001-04-291-1/+1
| | | | | | with theme_id primary key and nullable git-svn-id: file:///svn/phpbb/trunk@217 89ea8834-ac86-4346-8a33-228a782c2dd0
* Overhauled session code ... in a big wayPaul S. Owen2001-04-282-7/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@208 89ea8834-ac86-4346-8a33-228a782c2dd0
* Quoted default values ...Paul S. Owen2001-04-241-12/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@206 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for generic themingPaul S. Owen2001-04-242-221/+302
| | | | git-svn-id: file:///svn/phpbb/trunk@203 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added user selectable templates, and put the system template into the config ↵James Atkinson2001-04-202-30/+15
| | | | | | database. Updated mysql_schema as well git-svn-id: file:///svn/phpbb/trunk@200 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed IP types to char 8 for time beingPaul S. Owen2001-04-191-9/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@185 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated mysql_basic file with new user fieldsJames Atkinson2001-04-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@174 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest mysql schema dumpJames Atkinson2001-04-181-240/+203
| | | | git-svn-id: file:///svn/phpbb/trunk@173 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added a mod otherwise viewforum craps outBart van Bragt2001-04-161-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@166 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial checkinBart van Bragt2001-04-161-0/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@165 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed session_forum to session_pageBart van Bragt2001-04-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@161 89ea8834-ac86-4346-8a33-228a782c2dd0
* timezone and dateformat update to configPaul S. Owen2001-04-151-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@154 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed eregi limit match to preg_matchPaul S. Owen2001-03-233-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@135 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot to check in the new schema when I did bbcode.natec2001-03-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@131 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed invalid indexes on sessionPaul S. Owen2001-03-211-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@126 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed for new session stuffPaul S. Owen2001-03-211-28/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@121 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with next_id and affected_rowsPaul S. Owen2001-03-211-8/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@117 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***James Atkinson2001-03-211-94/+88
| | | | git-svn-id: file:///svn/phpbb/trunk@116 89ea8834-ac86-4346-8a33-228a782c2dd0
* Started postgres schema, still mostly MySQL specificJames Atkinson2001-03-211-0/+335
| | | | git-svn-id: file:///svn/phpbb/trunk@113 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed set_db and added affectedrowsPaul S. Owen2001-03-205-72/+82
| | | | git-svn-id: file:///svn/phpbb/trunk@109 89ea8834-ac86-4346-8a33-228a782c2dd0
* User registration works.James Atkinson2001-03-191-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@106 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some cleanupJames Atkinson2001-03-161-11/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@104 89ea8834-ac86-4346-8a33-228a782c2dd0
* Start of LIMIT functionality...got to tired to finish itJames Atkinson2001-03-161-2/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@103 89ea8834-ac86-4346-8a33-228a782c2dd0
* Almost done, needs sql_nexid and LIMIT handling.James Atkinson2001-03-161-44/+43
| | | | git-svn-id: file:///svn/phpbb/trunk@102 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on the oracle DB abstraction classJames Atkinson2001-03-161-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@101 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added oracle class, needs LOTS of work.James Atkinson2001-03-161-0/+327
| | | | | | | | Dosan't handle LIMIT. Still has MySQL code in it git-svn-id: file:///svn/phpbb/trunk@100 89ea8834-ac86-4346-8a33-228a782c2dd0