nextcloud/lib/private/DB
Julius Härtl b84bdb1080
Make sure the migrations table schema is always checked
Signed-off-by: Julius Härtl <jus@bitgrid.net>

Revert "Make sure the migrations table schema is always checked"

This reverts commit 258955ef738a52d9da2ac2fe59466e6093d7e9bc.

Set current vendor during upgrade and perform migrations table change if needed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-12-14 11:12:52 +01:00
..
QueryBuilder allow selecting multiple columns with SELECT DISTINCT 2020-11-19 21:41:13 +00:00
Adapter.php Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
AdapterMySQL.php Update license headers 2019-12-05 15:38:45 +01:00
AdapterOCI8.php Update license headers for 19 2020-04-29 11:57:22 +02:00
AdapterPgSql.php Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
AdapterSqlite.php Update license headers for 19 2020-04-29 11:57:22 +02:00
Connection.php Don't try to update on NotNullConstraintViolationException, only on unique or foreign key 2020-11-12 12:57:51 +01:00
ConnectionFactory.php Add visibility to all constants 2020-04-10 16:54:27 +02:00
MDB2SchemaManager.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
MDB2SchemaReader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MDB2SchemaWriter.php Update license headers for 19 2020-04-29 11:57:22 +02:00
MigrationException.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
MigrationService.php Make sure the migrations table schema is always checked 2020-12-14 11:12:52 +01:00
Migrator.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
MissingColumnInformation.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MissingIndexInformation.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MissingPrimaryKeyInformation.php Create primary keys on all tables and add a command to create the afterwards 2020-11-12 12:57:52 +01:00
MySQLMigrator.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MySqlTools.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OCSqlitePlatform.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
OracleConnection.php Use matching parameter names form interfaces and implementations 2020-08-19 18:16:35 +02:00
OracleMigrator.php Update license headers for 19 2020-04-29 11:57:22 +02:00
PgSqlTools.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
PostgreSqlMigrator.php Update license headers 2019-12-05 15:38:45 +01:00
ReconnectWrapper.php Update license headers for 19 2020-04-29 11:57:22 +02:00
SQLiteMigrator.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
SQLiteSessionInit.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
SchemaWrapper.php Update license headers for 19 2020-04-29 11:57:22 +02:00
SetTransactionIsolationLevel.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00