nextcloud-server/lib/private/DB
Julius Härtl 36ffad5ba7
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-09 15:24:03 +01:00
..
QueryBuilder Prevent log_query to mess up regular execution flow 2020-12-02 14:10:35 +01:00
Adapter.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
AdapterMySQL.php
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 Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Connection.php Don't try to update on NotNullConstraintViolationException, only on unique or foreign key 2020-11-10 15:36:27 +01:00
ConnectionFactory.php
MDB2SchemaManager.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
MDB2SchemaReader.php
MDB2SchemaWriter.php Update license headers for 19 2020-04-29 11:57:22 +02:00
MigrationException.php
MigrationService.php Make sure the migrations table schema is always checked 2020-12-09 15:24:03 +01:00
Migrator.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
MissingColumnInformation.php
MissingIndexInformation.php
MissingPrimaryKeyInformation.php Create primary keys on all tables and add a command to create the afterwards 2020-11-10 15:36:27 +01:00
MySQLMigrator.php
MySqlTools.php Update license headers for 19 2020-04-29 11:57:22 +02:00
OCSqlitePlatform.php
OracleConnection.php Psalm fixes 2020-10-30 19:27:53 +01:00
OracleMigrator.php Update license headers for 19 2020-04-29 11:57:22 +02:00
PgSqlTools.php
PostgreSqlMigrator.php
ReconnectWrapper.php Update license headers for 19 2020-04-29 11:57:22 +02:00
SchemaWrapper.php Don't drop the table anymore when we create it again 2020-11-16 19:34:38 +01:00
SetTransactionIsolationLevel.php
SQLiteMigrator.php
SQLiteSessionInit.php