Add hidden setting to puzzles

#19
This commit is contained in:
sto
2025-12-04 11:35:41 +01:00
parent a2a8a9fcef
commit 51e55f0828
11 changed files with 36 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
class AddHiddenToPuzzle < ActiveRecord::Migration[8.0]
def change
add_column :puzzles, :hidden, :boolean
end
end