Compare commits
6 Commits
392ce0505e
...
61477f1c2d
| Author | SHA1 | Date |
|---|---|---|
|
|
61477f1c2d | 1 week ago |
|
|
fceec50a32 | 1 week ago |
|
|
862f641807 | 1 week ago |
|
|
8f39bd50ee | 1 week ago |
|
|
a74d054a73 | 1 week ago |
|
|
35ab71b01a | 1 week ago |
5 changed files with 14 additions and 9 deletions
@ -0,0 +1,5 @@
|
||||
class AllowNullRoleInDownloadRecords < ActiveRecord::Migration[7.2] |
||||
def change |
||||
change_column_null :download_records, :user_role, true |
||||
end |
||||
end |
||||
Loading…
Reference in new issue