aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/schemas/mysql_schema.sql
Commit message (Collapse)AuthorAgeFilesLines
* Move to 'centralised' location in install/Paul S. Owen2002-07-161-701/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2693 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsPaul S. Owen2002-07-141-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2684 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest schemaPaul S. Owen2002-07-141-48/+196
| | | | git-svn-id: file:///svn/phpbb/trunk@2668 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, a schema fix... Not a terrible problem....dougk_ff72002-06-271-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2646 89ea8834-ac86-4346-8a33-228a782c2dd0
* Few more changesPaul S. Owen2002-06-211-41/+42
| | | | git-svn-id: file:///svn/phpbb/trunk@2641 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few suggested or preliminary changes ... these aren't fixed and again I ↵Paul S. Owen2002-06-211-234/+161
| | | | | | suggest no one install (or even manually update) this version at present. git-svn-id: file:///svn/phpbb/trunk@2640 89ea8834-ac86-4346-8a33-228a782c2dd0
* NOTE! This is a work in progress and is subject to considerable change ... ↵Paul S. Owen2002-06-081-49/+97
| | | | | | and the update script is not likely to cope with it ... I heavily recommend no one install a fresh copy of 2.1 at this time. git-svn-id: file:///svn/phpbb/trunk@2624 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add fields for forum/topic post count incrementing and topic moderationPaul S. Owen2002-05-211-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2612 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP size to 40 charsPaul S. Owen2002-05-081-58/+58
| | | | git-svn-id: file:///svn/phpbb/trunk@2557 89ea8834-ac86-4346-8a33-228a782c2dd0
* Associated schema changesPaul S. Owen2002-04-201-0/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@2537 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates ↵Paul S. Owen2002-04-201-1/+1
| | | | | | and trial stuff for example session alterations git-svn-id: file:///svn/phpbb/trunk@2532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-fix schemas to allow decimal/real numbers in timezone ...Paul S. Owen2002-03-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2390 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove auto increment/IDENTITY/autonumber/sequence from forum_id in _forums, ↵Paul S. Owen2002-02-111-1/+1
| | | | | | this is set by the admin_forums app itself. git-svn-id: file:///svn/phpbb/trunk@2089 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for topic_first_id, NOTE that these basics include a new updated ↵Paul S. Owen2002-02-021-0/+1
| | | | | | subSilver entry that appears to produce some strange results at present ... git-svn-id: file:///svn/phpbb/trunk@2037 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added index on topic_type (topics table)Bart van Bragt2002-01-111-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1844 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change prune_enable default to 0 as per bug #498800Paul S. Owen2002-01-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1833 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes bug 498620, among others. A problem with a rank_max value still ↵dougk_ff72002-01-031-1/+0
| | | | | | | | | 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
* Minor updates to post_username, post_subject and topic_title field lengthsPaul S. Owen2001-12-201-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1642 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-151-1/+0
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1588 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed autologin_key + fixed bug #471878Paul S. Owen2001-12-141-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1571 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated schema for session stuff + fix for mysql search result idPaul S. Owen2001-12-141-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1563 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #490611Paul S. Owen2001-12-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1551 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for some small problems with upgradeBart van Bragt2001-12-101-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1548 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for improved use with ODBC setups + introduced a re-install feature ↵Paul S. Owen2001-11-301-28/+0
| | | | | | ... the schema updates _only_ remove foreign key and drop table clauses git-svn-id: file:///svn/phpbb/trunk@1491 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN ↵Bart van Bragt2001-11-241-1/+1
| | | | | | THE CONVERT SCRIPT IN /develop/ !! git-svn-id: file:///svn/phpbb/trunk@1436 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops, smallint is too small for group_id.. Thanks Paul :DBart van Bragt2001-11-231-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1427 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some space/speed checkups on the types in the MySQL schemaBart van Bragt2001-11-231-20/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@1426 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved from parent directory - no other changes ... at least I don't remember ↵Paul S. Owen2001-11-201-0/+584
any ... I'll regret saying that, I just know it ... git-svn-id: file:///svn/phpbb/trunk@1393 89ea8834-ac86-4346-8a33-228a782c2dd0