We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b780c commit 4e0fea7Copy full SHA for 4e0fea7
db/schema.rb
@@ -10,7 +10,7 @@
10
#
11
# It's strongly recommended that you check this file into your version control system.
12
13
-ActiveRecord::Schema[8.1].define(version: 2025_12_24_002859) do
+ActiveRecord::Schema[8.1].define(version: 2026_03_01_120000) do
14
# These are extensions that must be enabled in order to support this database
15
enable_extension "pg_catalog.plpgsql"
16
@@ -27,6 +27,7 @@
27
t.string "language"
28
t.string "latest_commit_sha"
29
t.string "name", null: false
30
+ t.boolean "private", default: false, null: false
31
t.datetime "pushed_at", null: false
32
t.integer "stargazers_count"
33
t.text "topics"
0 commit comments