aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/mysql_schema.sql
Commit message (Collapse)AuthorAgeFilesLines
* Added post_username to posts table and altered some minor thingsPaul S. Owen2001-06-111-26/+27
| | | | git-svn-id: file:///svn/phpbb/trunk@464 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for present privmsgs testsPaul S. Owen2001-06-111-11/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@452 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bad paul.. no comma.natec2001-06-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@444 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preparations for possible move of forum_auth fieldsPaul S. Owen2001-06-081-1/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum level annoucements and sticky topics are done.James Atkinson2001-06-071-10/+11
| | | | | | | Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked git-svn-id: file:///svn/phpbb/trunk@437 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reduced auth code size and added some more auth typesPaul S. Owen2001-06-061-12/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@435 89ea8834-ac86-4346-8a33-228a782c2dd0
* Last visit additionPaul S. Owen2001-06-041-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@427 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed field type for cat_orderPaul S. Owen2001-06-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@417 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slight mods that should make not difference to current setupsPaul S. Owen2001-06-021-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@414 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some hopefully finalish updates to auth schemaPaul S. Owen2001-06-011-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@403 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest update ... should be okayPaul S. Owen2001-05-311-14/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@396 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for auth systemPaul S. Owen2001-05-301-0/+60
| | | | git-svn-id: file:///svn/phpbb/trunk@375 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introduce a global switch for smiliesPaul S. Owen2001-05-271-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@345 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for near-future capabilitiesPaul S. Owen2001-05-271-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@337 89ea8834-ac86-4346-8a33-228a782c2dd0
* More work on posting. Editing now works. Also replies can have subjects.James Atkinson2001-05-271-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@336 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed the allow/disallow fields to match the profile templatePaul S. Owen2001-05-171-25/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@313 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-05-131-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@282 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
* 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
* Latest updatePaul S. Owen2001-05-031-76/+89
| | | | git-svn-id: file:///svn/phpbb/trunk@241 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-281-3/+8
| | | | 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-241-219/+289
| | | | 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-201-27/+12
| | | | | | 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
* Latest mysql schema dumpJames Atkinson2001-04-181-240/+203
| | | | git-svn-id: file:///svn/phpbb/trunk@173 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
* 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
* User registration works.James Atkinson2001-03-191-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@106 89ea8834-ac86-4346-8a33-228a782c2dd0
* Current (perhaps) MySQL schema for phpBB2Paul S. Owen2001-03-091-5/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@93 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible future forum orderingPaul S. Owen2001-02-251-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@62 89ea8834-ac86-4346-8a33-228a782c2dd0
* A forum with no forums/cats now shows a nice message insted of a big ugly ↵James Atkinson2001-02-251-0/+1
| | | | | | messed up template git-svn-id: file:///svn/phpbb/trunk@56 89ea8834-ac86-4346-8a33-228a782c2dd0
* MySQL DB schema : Devel EditionPaul S. Owen2001-02-241-0/+329
git-svn-id: file:///svn/phpbb/trunk@50 89ea8834-ac86-4346-8a33-228a782c2dd0