Skip to content

Commit 4e0fea7

Browse files
committed
chore: commit schema for add_private_to_github_repos migration
1 parent 57b780c commit 4e0fea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

db/schema.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[8.1].define(version: 2025_12_24_002859) do
13+
ActiveRecord::Schema[8.1].define(version: 2026_03_01_120000) do
1414
# These are extensions that must be enabled in order to support this database
1515
enable_extension "pg_catalog.plpgsql"
1616

@@ -27,6 +27,7 @@
2727
t.string "language"
2828
t.string "latest_commit_sha"
2929
t.string "name", null: false
30+
t.boolean "private", default: false, null: false
3031
t.datetime "pushed_at", null: false
3132
t.integer "stargazers_count"
3233
t.text "topics"

0 commit comments

Comments
 (0)