mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Use Estonian reference number format instead of ISO 11649
This commit is contained in:
parent
aa6e8f8a93
commit
5738c17731
25 changed files with 244 additions and 47 deletions
|
@ -0,0 +1,6 @@
|
|||
class ChangeReferenceNoToNotNull < ActiveRecord::Migration
|
||||
def change
|
||||
change_column_null :registrars, :reference_no, false
|
||||
change_column_null :invoices, :reference_no, false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue