Skip to content

Commit 836723c

Browse files
authored
Merge pull request #133 from kenjis/remove-users.permissions
fix: remove unused `users.permissions`
2 parents 3c92986 + f46f716 commit 836723c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Database/Migrations/2020-12-28-223112_create_auth_tables.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public function up(): void
1515
'status' => ['type' => 'varchar', 'constraint' => 255, 'null' => true],
1616
'status_message' => ['type' => 'varchar', 'constraint' => 255, 'null' => true],
1717
'active' => ['type' => 'tinyint', 'constraint' => 1, 'null' => 0, 'default' => 0],
18-
'permissions' => ['type' => 'text', 'null' => true],
1918
'last_active' => ['type' => 'datetime', 'null' => true],
2019
'created_at' => ['type' => 'datetime', 'null' => true],
2120
'updated_at' => ['type' => 'datetime', 'null' => true],

0 commit comments

Comments
 (0)