aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/sqlite_schema.sql
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | [feature/migrations] Migrations now somewhat worksNathan Guse2013-01-091-14/+14
| | | * | | | [feature/migrations] Basic migrations with schema and data changesNils Adermann2013-01-091-0/+12
| | | |/ / /
| | * | | | [ticket/11201] Revert WLM dropping because it is still used in China.Andreas Fischer2013-02-041-0/+1
| | * | | | Merge remote-tracking branch 'remotes/nickv/ticket/11201' into developNathan Guse2013-01-151-1/+0
| | |\ \ \ \
| | | * | | | [ticket/11201] Remove MSN/WLM fieldsJoas Schilling2013-01-111-1/+0
| | | * | | | [ticket/11321] Recreate schema files with develop/create_schema_files.phpJoas Schilling2013-01-111-2/+2
| | | |/ / /
| * | | | | [ticket/11103] Remove Primary Key on user_notifications tableNathan Guse2013-01-311-2/+1
| * | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-01-151-1/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | [ticket/11171] DB additions for these changesBruno Ais2012-12-051-1/+4
| | |/ / /
| * | | | [ticket/11103] data -> notification_dataNathan Guse2012-12-151-1/+1
| * | | | [ticket/11103] unread -> notification_readNathan Guse2012-12-151-2/+2
| * | | | [ticket/11103] time -> notification_timeNathan Guse2012-12-151-1/+1
| * | | | [ticket/11103] Move is_enabled to a separate table for better performanceNathan Guse2012-12-151-4/+8
| * | | | [ticket/11103] Update indexes on notifications/user notifications tablesNathan Guse2012-12-081-7/+2
| * | | | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-101-1/+3
| |\ \ \ \ | | |/ / /
| * | | | [ticket/11103] Set basic notifications to be enabled by defaultNathan Guse2012-10-291-0/+2
| * | | | [ticket/11103] Use the full class name as the item_type/methodNathan Guse2012-10-201-5/+5
| * | | | [ticket/11103] Add is_disabled column to notifications tableNathan Guse2012-10-131-0/+2
| * | | | [ticket/11103] Create schema files with notification tablesNathan Guse2012-10-041-0/+31
* | | | | [ticket/9657] Break the schemas again to avoid merge conflictsJoas Schilling2013-02-271-2/+2
* | | | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-101-1/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge PR #786 branch 'brunoais/ticket/10845' into developOleg Pudeyev2012-11-061-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [ticket/10845] Changed the report system. Now it saves posts with the bbcodeBruno Ais2012-05-011-1/+3
| | |/ /
* | | | [feature/soft-delete] Append _approved to *_posts and *_topics column namesJoas Schilling2012-11-091-3/+3
* | | | [feature/soft-delete] Add new fields for topic/post counts for softdeleteJoas Schilling2012-10-211-3/+7
* | | | [feature/soft-delete] Add columns for soft delete detailsJoas Schilling2012-09-281-2/+8
* | | | [feature/soft-delete] Fix the schema files to the correct line ends againJoas Schilling2012-08-291-947/+951
* | | | [feature/soft-delete] Lay the groundwork for a soft-delete featureJosh Woody2012-08-291-951/+947
|/ / /
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-231-0/+1
|\ \ \ | |_|/ |/| |
| * | [ticket/10965] Introduce a new profile field option to display no valueNils Adermann2012-07-231-0/+1
* | | Merge branch 'feature/new-tz-handling' of https://github.com/p/phpbb3 into fe...Joas Schilling2012-06-041-2/+1
|\ \ \ | |_|/ |/| |
| * | [feature/new-tz-handling] Modify database schemas.Chris Smith2012-03-141-2/+1
* | | [ticket/10650] Revert merge of 'rahulr92/ticket/10650' into developOleg Pudeyev2012-04-041-1/+0
* | | [ticket/10650] Added static sql filesRahul2012-04-051-0/+1
* | | Merge remote-tracking branch 'upstream/develop' into feature/merging-style-co...Vjacheslav Trushkin2012-03-291-1/+2
|\ \ \
| * | | [feature/save-post-on-report] Changed the name of the columnBruno Ais2012-03-191-1/+1
| * | | [feature/save-post-on-report] Saves the post reported when a report is creatBruno Ais2012-03-191-1/+2
| |/ /
* | | [feature/merging-style-components] Updating database and acp modulesVjacheslav Trushkin2012-03-141-27/+4
|/ /
* | Merge branch 'develop' into feature/extension-managerNils Adermann2011-11-181-3/+4
|\ \
| * \ Merge branch 'develop-olympus' into developJoas Schilling2011-10-141-3/+4
| |\ \ | | |/
| | * [ticket/10189] Get rid of $id$ from schema filesIgor Wiedler2011-10-141-4/+0
| | * [ticket/10189] Add "automatically generated" comment into schema-filesIgor Wiedler2011-10-141-0/+5
* | | [feature/extension-manager] Use an incremental process for enable and purgeNils Adermann2011-09-291-1/+2
* | | [feature/extension-manager] Remove the ext_active index for lack of specificityNils Adermann2011-09-291-1/+0
* | | [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-291-0/+9
|/ /
* | [feature/remove-db-styles] Update database schemas.Chris Smith2011-09-201-17/+1
* | [feature/remove-imagesets] Changing database structureVjacheslav Trushkin2011-09-031-26/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-051-1/+0
|\ \ | |/
| * [ticket/10247] Remove unecessary attempt_id primary key columnNils Adermann2011-07-031-1/+0
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-131-3/+3
|\ \ | |/