summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
blob: 0e19fe2a35ec3871fa365387bd197d5c6d76aa8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
namespace OCA\TwoFactorBackupCodes\Migration;

use OCP\Migration\BigIntMigration;

/**
 * Auto-generated migration step: Please modify to your needs!
 */
class Version1002Date20170926101419 extends BigIntMigration {

	/**
	 * @return array Returns an array with the following structure
	 * ['table1' => ['column1', 'column2'], ...]
	 * @since 13.0.0
	 */
	protected function getColumnsByTable() {
		return [
			'twofactor_backupcodes' => ['id'],
		];
	}

}