Added projects with tmp builds
This commit is contained in:
9
db/migrations/202511040000000_aletrtables.rb
Normal file
9
db/migrations/202511040000000_aletrtables.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require "sequel"
|
||||
|
||||
Sequel.migration do
|
||||
change do
|
||||
alter_table(:projects) do
|
||||
add_column :tmpstpbuild, Integer, default: 0
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user