| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* 3.1.x:
[ticket/14532] Do not escape column default in mssql
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/11875] Use 4-byte integer instead of 3-byte integer for ID columns
* marc1706/ticket/11875:
[ticket/11875] Add back new line
[ticket/11875] Change more columns to use UINT and add missings ones
[ticket/11875] Add migration file
[ticket/11875] Recreate schemas for install
[ticket/11875] Create new map for UNSIGNED 4-byte integer
[ticket/11875] Upgrade default data type from MEDIUMINT to INT
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/11875] Set default data type from MEDIUMINT (3byte) to INT(10) (4byte)
Conflicts:
phpBB/includes/db/schema_data.php
phpBB/install/schemas/mysql_40_schema.sql
phpBB/install/schemas/mysql_41_schema.sql
phpBB/install/schemas/oracle_schema.sql
phpBB/install/schemas/postgres_schema.sql
phpBB/phpbb/db/tools/tools.php
|
|/ |
|
|
|
|
|
|
| |
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
|
|
|
|
| |
PHPBB3-13725
|
|
|
|
| |
PHPBB3-10748
|
|
|
|
| |
PHPBB3-10748
|
|
|
|
| |
PHPBB3-10748
|
| |
|
|
|
|
|
|
| |
This allows us to split up the large file one by one easily.
PHPBB3-13487
|
| |
|
|
PHPBB3-13421
|