Fixed database schema file.

This commit is contained in:
Brandon Scott 2018-08-03 15:39:11 -04:00
parent d8c539f2d2
commit be44ea417f
1 changed files with 0 additions and 11 deletions

View File

@ -224,12 +224,6 @@ ALTER TABLE `ip_bans`
ALTER TABLE `link_logs` ALTER TABLE `link_logs`
ADD PRIMARY KEY (`id`); ADD PRIMARY KEY (`id`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
-- --
-- Indexes for table `password_resets` -- Indexes for table `password_resets`
-- --
@ -295,11 +289,6 @@ ALTER TABLE `ip_bans`
ALTER TABLE `link_logs` ALTER TABLE `link_logs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; 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` -- AUTO_INCREMENT for table `permissions`
-- --
ALTER TABLE `permissions` ALTER TABLE `permissions`