Skip to content

Commit a61e6d2

Browse files
author
Luca Degasperi
committed
the auto approve field is inappropriate, a metadata table might be better.
1 parent 9c2601a commit a61e6d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/migrations/2013_07_24_132419_create_oauth_clients_table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public function up()
1717
$table->string('id', 40);
1818
$table->string('secret', 40);
1919
$table->string('name');
20-
$table->boolean('auto_approve')->default(false);
2120
$table->timestamps();
2221

2322
$table->unique('id');

0 commit comments

Comments
 (0)