From c65e591e885ed74eb57785d9816640efa3da2a52 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 26 Sep 2017 16:13:04 +0200 Subject: Restore the sequencial order Signed-off-by: Joas Schilling --- .../Migration/Version1002Date20170919101419.php | 25 ---------------------- .../Migration/Version1002Date20170926101419.php | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919101419.php create mode 100644 apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php (limited to 'apps/twofactor_backupcodes/lib') diff --git a/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919101419.php b/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919101419.php deleted file mode 100644 index 60fbcf796ed..00000000000 --- a/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919101419.php +++ /dev/null @@ -1,25 +0,0 @@ - ['column1', 'column2'], ...] - * @since 13.0.0 - */ - protected function getColumnsByTable() { - return [ - 'twofactor_backupcodes' => ['id'], - ]; - } - -} diff --git a/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php b/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php new file mode 100644 index 00000000000..8072ebd6810 --- /dev/null +++ b/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php @@ -0,0 +1,25 @@ + ['column1', 'column2'], ...] + * @since 13.0.0 + */ + protected function getColumnsByTable() { + return [ + 'twofactor_backupcodes' => ['id'], + ]; + } + +} -- cgit v1.2.3