about summary refs log tree commit diff stats
path: root/data/maps/the_gold/rooms
Commit message (Expand)AuthorAgeFilesLines
* Added the_goldStar Rauchenberger2025-08-141-0/+10
8390b74fbf'>^
1
2
3
4
5
6
7
8







                                                                              
# This migration comes from active_storage (originally 20211119233751)
class RemoveNotNullOnActiveStorageBlobsChecksum < ActiveRecord::Migration[6.0]
  def change
    return unless table_exists?(:active_storage_blobs)

    change_column_null(:active_storage_blobs, :checksum, true)
  end
end