From ebf8e658067f85d1c3ff40fa4812805eb514ce58 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Tue, 17 Jan 2023 18:59:44 -0500 Subject: [PATCH] Updated database schema export --- api/beestat.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/beestat.sql b/api/beestat.sql index f3684f4..f1310a3 100644 --- a/api/beestat.sql +++ b/api/beestat.sql @@ -1,4 +1,7 @@ -- mysqldump -u root -p --opt beestat -d --single-transaction | sed 's/ AUTO_INCREMENT=[0-9]*//g' > beestat.sql +-- Note: Removed partitions + + -- MySQL dump 10.13 Distrib 8.0.29, for Linux (x86_64) --