Added projects with tmp builds

This commit is contained in:
Alexey Berezhok
2025-11-07 23:31:30 +03:00
parent 3bb88d104e
commit e354e20f2d
9 changed files with 123 additions and 116 deletions

View 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