Skip to content

Commit

Permalink
More recent DB dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Terence Eden committed Jul 27, 2024
1 parent 6499bc0 commit 3991002
Show file tree
Hide file tree
Showing 9 changed files with 17,615 additions and 2,294 deletions.
8 changes: 3 additions & 5 deletions database/openbenc_benches_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 03, 2023 at 10:36 AM
-- Server version: 10.6.14-MariaDB-cll-lve-log
-- PHP Version: 8.1.16
-- Generation Time: Jul 27, 2024 at 06:30 PM
-- Server version: 10.6.18-MariaDB-cll-lve-log
-- PHP Version: 8.1.27

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
Expand All @@ -20,5 +20,3 @@ SET time_zone = "+00:00";
--
-- Database: `openbenc_benches`
--
CREATE DATABASE IF NOT EXISTS `openbenc_benches` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
USE `openbenc_benches`;
10 changes: 5 additions & 5 deletions database/openbenc_benches_extra.sql
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,31 @@ ALTER TABLE `users`
-- AUTO_INCREMENT for table `benches`
--
ALTER TABLE `benches`
MODIFY `benchID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30357;
MODIFY `benchID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33433;

--
-- AUTO_INCREMENT for table `media`
--
ALTER TABLE `media`
MODIFY `mediaID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=72427;
MODIFY `mediaID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=79587;

--
-- AUTO_INCREMENT for table `tags`
--
ALTER TABLE `tags`
MODIFY `tagID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;
MODIFY `tagID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=46;

--
-- AUTO_INCREMENT for table `tag_map`
--
ALTER TABLE `tag_map`
MODIFY `mapID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17518;
MODIFY `mapID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20287;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `userID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8163;
MODIFY `userID` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8836;

--
-- Constraints for dumped tables
Expand Down
4,771 changes: 3,992 additions & 779 deletions database/openbenc_benches_table_benches.sql

Large diffs are not rendered by default.

2,640 changes: 2,005 additions & 635 deletions database/openbenc_benches_table_benches_history.sql

Large diffs are not rendered by default.

8,937 changes: 8,097 additions & 840 deletions database/openbenc_benches_table_media.sql

Large diffs are not rendered by default.

Loading

0 comments on commit 3991002

Please sign in to comment.