Fixed database schema file.
This commit is contained in:
parent
d8c539f2d2
commit
be44ea417f
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue