From ca4ef82b874185f3d93acf8d1fca9ad6d3dadcaf Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Tue, 20 Jul 2021 15:55:21 +0000 Subject: [PATCH] update init db dataset --- community_server/db/setup_db_tables/insert_migrations.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community_server/db/setup_db_tables/insert_migrations.sql b/community_server/db/setup_db_tables/insert_migrations.sql index e6f38117d..28cb043e6 100644 --- a/community_server/db/setup_db_tables/insert_migrations.sql +++ b/community_server/db/setup_db_tables/insert_migrations.sql @@ -1,2 +1,2 @@ INSERT INTO `migrations` (`id`, `db_version`) VALUES -(1, 2); +(1, 3);