Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 834df8c

Browse files
committed
Bump schema version to 3 in database.rb
1 parent 32042a8 commit 834df8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/git/pkgs/database.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module Git
1515
module Pkgs
1616
class Database
1717
DB_FILE = "pkgs.sqlite3"
18-
SCHEMA_VERSION = 2
18+
SCHEMA_VERSION = 3
1919

2020
class << self
2121
attr_accessor :db

0 commit comments

Comments
 (0)