aboutsummaryrefslogtreecommitdiff
path: root/src/migrations/2015_02_23_184402_botleaguesapi-create_users.php
diff options
context:
space:
mode:
authorCamil Staps2015-04-26 16:51:55 +0200
committerCamil Staps2015-04-26 16:51:55 +0200
commit8da7a4e77a1a353b83d1f22a745a6a7ef9e24398 (patch)
tree577d8354c8b3952be2687cd650565c6bec656be3 /src/migrations/2015_02_23_184402_botleaguesapi-create_users.php
parentOnly HTTPS allowed (diff)
user.create endpoint
Diffstat (limited to 'src/migrations/2015_02_23_184402_botleaguesapi-create_users.php')
-rw-r--r--src/migrations/2015_02_23_184402_botleaguesapi-create_users.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/migrations/2015_02_23_184402_botleaguesapi-create_users.php b/src/migrations/2015_02_23_184402_botleaguesapi-create_users.php
index 10d6660..b768180 100644
--- a/src/migrations/2015_02_23_184402_botleaguesapi-create_users.php
+++ b/src/migrations/2015_02_23_184402_botleaguesapi-create_users.php
@@ -18,7 +18,6 @@ class BotleaguesapiCreateUsers extends Migration {
$table->string('email', 127)->unique();
$table->string('password', 60);
$table->rememberToken();
- $table->string('api_key', 255);
$table->timestamps();
});
}