Skip to content

Commit 1231e09

Browse files
committed
Exec 'bin/rails app:update' for db/schema.rb and its migration file
1 parent 1be816f commit 1231e09

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This migration comes from active_storage (originally 20211119233751)
2+
class RemoveNotNullOnActiveStorageBlobsChecksum < ActiveRecord::Migration[6.0]
3+
def change
4+
return unless table_exists?(:active_storage_blobs)
5+
6+
change_column_null(:active_storage_blobs, :checksum, true)
7+
end
8+
end

db/schema.rb

Lines changed: 1 addition & 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[7.0].define(version: 2025_04_30_110802) do
13+
ActiveRecord::Schema[7.1].define(version: 2025_05_20_091834) do
1414
# These are extensions that must be enabled in order to support this database
1515
enable_extension "pg_stat_statements"
1616
enable_extension "plpgsql"

0 commit comments

Comments
 (0)