roundcubemail/SQL/mysql
Michael Voříšek 28c778b7a0
Modernize more CS III (#9270)
* fix "single_trait_insert_per_statement"

* fix "empty_loop_condition"

* fix "backtick_to_shell_exec"

* fix "phpdoc_to_comment"

* fix "no_empty_statement"

* fix "heredoc_to_nowdoc"

* fix "class_reference_name_casing"

* fix "align_multiline_comment"

* fix "heredoc_indentation"

* fix "constant_case"

* fix "single_line_comment_style"

* fix "no_null_property_initialization"

* fix "standardize_increment"

* fix "no_unneeded_control_parentheses"

* fix missing NL after "<?php"

* fix php in *.sh files too

* fix trailing spaces from all text files

* fix "explicit_indirect_variable"

* Revert "fix "align_multiline_comment""

This reverts commit 42e584f8e3.

* fix "align_multiline_comment" properly

* Revert "fix trailing spaces from all text files" - diff files only

* Revert "Revert "fix trailing spaces from all text files" - diff files only"

This reverts commit 2101c2a3a3.

* rm useless "setup-php" config
2023-12-18 07:46:51 +01:00
..
2008030300.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2008040500.sql Modernize more CS III (#9270) 2023-12-18 07:46:51 +01:00
2008060900.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2008092100.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2009090400.sql Modernize more CS III (#9270) 2023-12-18 07:46:51 +01:00
2009103100.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2010042300.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2010100600.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2011011200.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2011092800.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2011111600.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2011121400.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2012080700.sql Added new database upgrade script, converted DDL scripts to new format 2013-01-09 15:57:29 +01:00
2013011000.sql Add 'if not exists' to system table creation. Just in case some previous db update routine was aborted or failed 2013-03-28 17:42:09 +01:00
2013042700.sql Add lost files for "db_prefix related changes" commit 2013-04-28 14:30:34 +02:00
2013052500.sql Added shared (cross-user) cache 2013-05-25 15:37:46 +02:00
2013061000.sql Fix database cache expunge issues (#1489149) - added 'expires' column 2013-06-09 11:07:46 +02:00
2014042900.sql Fix too small length of users.preferences column data type on MySQL 2014-04-29 12:12:26 +02:00
2015030800.sql Fix storing signatures with big images in MySQL database (#1490306) 2015-03-08 12:49:36 +01:00
2015111100.sql Added brute-force attack prevention via login rate limit (#1490566) 2015-11-11 18:53:43 +01:00
2016081200.sql Removed useless 'created' column from 'session' table (#5389) 2016-08-12 13:02:39 +02:00
2016100900.sql SQL, upgrade: increase session table ip field size for IPv6 addresses 2016-10-09 19:47:42 +02:00
2016112200.sql Move inline comment 2023-04-01 08:52:42 +02:00
2018021600.sql Make cache keys case-sensitive on MySQL/MSSQL (#6942) 2019-09-29 13:18:46 +02:00
2018122300.sql Enigma: Fixed multi-host syncronization of private and deleted keys and pubring.kbx file 2018-12-23 13:51:39 +01:00
2019092900.sql Make cache keys case-sensitive on MySQL/MSSQL (#6942) 2019-09-29 13:18:46 +02:00
2020020100.sql Support for language codes up to 16 chars long (e.g. es-419) in database schema (#6851) 2020-02-01 09:40:11 +01:00
2020020101.sql Fix installation/upgrade on MySQL 5.5 - Index column size too large (#8231) 2021-10-26 10:55:16 +02:00
2020091000.sql Fix installation/upgrade on MySQL 5.5 - Index column size too large (#8231) 2021-10-26 10:55:16 +02:00
2020122900.sql Fix incorrect (comment) syntax (#8416) 2022-01-25 07:52:16 +01:00
2021081000.sql Fix installation/upgrade on MySQL 5.5 - Index column size too large (#8231) 2021-10-26 10:55:16 +02:00
2021100300.sql SQLite: Use foreign keys, require SQLite >= 3.6.19 (#8159) 2021-10-03 12:10:14 +02:00
2022081200.sql Fix bug where it wasn't possible to create more than one response record on SQLite and Postgres (#8664) 2022-08-12 19:45:40 +02:00
2022100100.sql Store uploads metadata in a separate sql database table instead of a session (#8415) 2022-10-09 11:35:14 +02:00