mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Implemented PHP-CS-Fixer support
This commit is contained in:
		@@ -12,8 +12,8 @@ class m161222_222520_remove_oauth_access_tokens extends Migration {
 | 
			
		||||
    public function safeDown() {
 | 
			
		||||
        $this->createTable('{{%oauth_access_tokens}}', [
 | 
			
		||||
            'access_token' => $this->string(64),
 | 
			
		||||
            'session_id'   => $this->getDb()->getTableSchema('{{%oauth_sessions}}')->getColumn('id')->dbType,
 | 
			
		||||
            'expire_time'  => $this->integer()->notNull(),
 | 
			
		||||
            'session_id' => $this->getDb()->getTableSchema('{{%oauth_sessions}}')->getColumn('id')->dbType,
 | 
			
		||||
            'expire_time' => $this->integer()->notNull(),
 | 
			
		||||
            $this->primary('access_token'),
 | 
			
		||||
        ], $this->tableOptions);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user