Create estimate on issue close.

This commit is contained in:
2026-03-06 21:42:27 -05:00
parent b297657763
commit 47a7447688
4 changed files with 116 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ class CreateLineItems < ActiveRecord::Migration[7.0]
null: false,
default: 0
t.boolean :billed
t.timestamps
end