diff --git a/database/schema.sql b/database/schema.sql index d8324ea..3571a84 100644 --- a/database/schema.sql +++ b/database/schema.sql @@ -224,12 +224,6 @@ ALTER TABLE `ip_bans` ALTER TABLE `link_logs` ADD PRIMARY KEY (`id`); --- --- Indexes for table `migrations` --- -ALTER TABLE `migrations` - ADD PRIMARY KEY (`id`); - -- -- Indexes for table `password_resets` -- @@ -295,11 +289,6 @@ ALTER TABLE `ip_bans` ALTER TABLE `link_logs` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; -- --- AUTO_INCREMENT for table `migrations` --- -ALTER TABLE `migrations` - MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3; --- -- AUTO_INCREMENT for table `permissions` -- ALTER TABLE `permissions`