aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/schemas/mssql_schema.sql
Commit message (Collapse)AuthorAgeFilesLines
* Move to 'centralised' location in install/Paul S. Owen2002-07-161-678/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2693 89ea8834-ac86-4346-8a33-228a782c2dd0
* IP size to 40 charsPaul S. Owen2002-05-081-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@2557 89ea8834-ac86-4346-8a33-228a782c2dd0
* Associated schema changesPaul S. Owen2002-04-201-0/+10
| | | | 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
* A few updates for versioning, fixed _broken_ MS Access primer archive and ↵Paul S. Owen2002-03-191-1/+1
| | | | | | compacted it ... git-svn-id: file:///svn/phpbb/trunk@2362 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered wordlist table to ignore duplicates on the word_text indexPaul S. Owen2002-02-111-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@2090 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
* Changes for first_topic_idPaul S. Owen2002-02-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2075 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
* Updated themes_name field lengths to 50 as per other schemasPaul S. Owen2002-01-281-31/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@1981 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-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1642 89ea8834-ac86-4346-8a33-228a782c2dd0
* Topic last post id was set as non null ...Paul S. Owen2001-12-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1639 89ea8834-ac86-4346-8a33-228a782c2dd0
* Damn commas, someone should be shotPaul S. Owen2001-12-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1638 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed part 3 of bug #494929Paul S. Owen2001-12-191-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1637 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-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1563 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #490611Paul S. Owen2001-12-111-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1551 89ea8834-ac86-4346-8a33-228a782c2dd0
* Backtrack on IDENTITY ... dohPaul S. Owen2001-12-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1494 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing IDENTITY on phpbb_groups, thanks MartinPaul S. Owen2001-12-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1493 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for improved use with ODBC setups + introduced a re-install feature ↵Paul S. Owen2001-11-301-190/+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
* Let's try another commit and see if its ascii ... I hate CVS at timesPaul S. Owen2001-11-291-0/+847
| | | | git-svn-id: file:///svn/phpbb/trunk@1483 89ea8834-ac86-4346-8a33-228a782c2dd0
* And again for some reason the MSSQL schema commits as binary ... even though ↵Paul S. Owen2001-11-291-0/+0
| | | | | | it was set as ascii (UNIX format) git-svn-id: file:///svn/phpbb/trunk@1482 89ea8834-ac86-4346-8a33-228a782c2dd0
* Up to date MSSQL schema and basic, tested under MSSQL 2000Paul S. Owen2001-11-291-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1481 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
* Moved from parent directory - no other changes ... at least I don't remember ↵Paul S. Owen2001-11-201-0/+775
any ... I'll regret saying that, I just know it ... git-svn-id: file:///svn/phpbb/trunk@1393 89ea8834-ac86-4346-8a33-228a782c2dd0