Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 413a02d

Browse files
author
Jamie Snape
committed
Fix SQLite database version numbering
1 parent f823b23 commit 413a02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/database/sqlite/3.2.19.sql renamed to core/database/sqlite/3.2.20.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
22

3-
-- SQLite core database, version 3.2.19
3+
-- SQLite core database, version 3.2.20
44

55
CREATE TABLE IF NOT EXISTS "activedownload" (
66
"activedownload_id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL,

0 commit comments

Comments
 (0)