mirror of
https://github.com/internetee/registry.git
synced 2025-06-04 11:47:30 +02:00
Regenerate structure.sql
This commit is contained in:
parent
d8625dd3eb
commit
fba1721832
2 changed files with 411 additions and 488 deletions
|
@ -1,7 +1,7 @@
|
|||
class LegalDocument < ApplicationRecord
|
||||
cattr_accessor :explicitly_write_file
|
||||
include EppErrors
|
||||
MIN_BODY_SIZE = 5
|
||||
MIN_BODY_SIZE = (1.37 * 3.kilobytes).ceil
|
||||
|
||||
if ENV['legal_document_types'].present?
|
||||
TYPES = ENV['legal_document_types'].split(',').map(&:strip)
|
||||
|
|
897
db/structure.sql
897
db/structure.sql
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue