aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/schemas
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug # 534781 Smiles in Postgres installthe_systech2002-03-251-44/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@2431 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-fix schemas to allow decimal/real numbers in timezone ...Paul S. Owen2002-03-213-3/+3
| | | | 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-196-5/+5
| | | | | | compacted it ... git-svn-id: file:///svn/phpbb/trunk@2362 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, this includes fixes for bugs numbered 526000, 524591, 520370, and ↵dougk_ff72002-03-101-0/+0
| | | | | | | | | | 520872. Manily, a few typos were fixed, along with a problem in the jumpbox (fixed using a quick Javascript check, there really isn't another way without modifying some large portions of code), and a problem in the rank control panel. In other words, everything assigned to me (as of this morning) has been fixed. I also ran the lovely fix_files.sh, so CVS might be a little wacky and try to update everything. I hope not... That's it for now! dougk_ff7 git-svn-id: file:///svn/phpbb/trunk@2287 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove IDENTITY SET for forumsPaul S. Owen2002-03-031-5/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2256 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for extra config variables added recently..the_systech2002-02-254-7/+20
| | | | git-svn-id: file:///svn/phpbb/trunk@2214 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-114-4/+3
| | | | | | 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
* Add default config for smtp_username/passwordPaul S. Owen2002-02-051-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2057 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add default config for smtp_username/passwordPaul S. Owen2002-02-053-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@2056 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor update to remove queryPaul S. Owen2002-02-021-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2042 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for topic_first_id, NOTE that these basics include a new updated ↵Paul S. Owen2002-02-027-37/+50
| | | | | | 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 'most online user' config keys to Oracle basic.sqlBart van Bragt2002-01-281-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1995 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added 'most online user' config keys to MS-SQL basic.sqlBart van Bragt2002-01-281-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1994 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
* Implemented Record of online usersBart van Bragt2002-01-252-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1954 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added index on topic_type (topics table)Bart van Bragt2002-01-112-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1844 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed default forum order (seems to be related to #498825)Bart van Bragt2002-01-112-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1842 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change prune_enable default to 0 as per bug #498800Paul S. Owen2002-01-103-3/+3
| | | | 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-038-12/+8
| | | | | | | | | 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
* Fix bug #498301Paul S. Owen2002-01-011-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1765 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update for default '0' in topic_moved_idPaul S. Owen2001-12-241-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1718 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updates to post_username, post_subject and topic_title field lengthsPaul S. Owen2001-12-203-8/+8
| | | | 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
* Modified to fix Bug # 494598the_systech2001-12-181-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1626 89ea8834-ac86-4346-8a33-228a782c2dd0
* Why didn't these commit yesterday with the other changes .. hmmm, even the ↵Paul S. Owen2001-12-163-3/+3
| | | | | | history says they were in the CL ...strange git-svn-id: file:///svn/phpbb/trunk@1612 89ea8834-ac86-4346-8a33-228a782c2dd0
* subSilver updates, separate css, other fixesPaul S. Owen2001-12-151-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1592 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-153-3/+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
* Ok, fixing a PostgreSQL bug in the Schema file, prevented installdougk_ff72001-12-151-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1577 89ea8834-ac86-4346-8a33-228a782c2dd0
* Make topic_moved_id not null default 0Paul S. Owen2001-12-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1572 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed autologin_key + fixed bug #471878Paul S. Owen2001-12-146-11/+8
| | | | 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-144-5/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@1563 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #490611Paul S. Owen2001-12-112-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1551 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for some small problems with upgradeBart van Bragt2001-12-103-9/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@1548 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed PSO style entriesPaul S. Owen2001-12-094-16/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1526 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-302-218/+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
* Updated for bbcode_uid movePaul S. Owen2001-11-291-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1485 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-292-5/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1481 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed problem with surprise and shock smileys, shock = 8O, surprise = :o or ↵Paul S. Owen2001-11-293-111/+161
| | | | | | text equivs git-svn-id: file:///svn/phpbb/trunk@1480 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should fix the schmea problems, not the best solution but it worksJames Atkinson2001-11-291-11/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@1473 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed little sequance name problemJames Atkinson2001-11-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1447 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN ↵Bart van Bragt2001-11-244-4/+4
| | | | | | THE CONVERT SCRIPT IN /develop/ !! git-svn-id: file:///svn/phpbb/trunk@1436 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixes install problemPaul S. Owen2001-11-232-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1430 89ea8834-ac86-4346-8a33-228a782c2dd0