Fix typo in SQL comment
This commit is contained in:
parent
57d5137913
commit
c0b1c22ee0
|
@ -9,6 +9,6 @@ create domain currency_code as text
|
|||
check (value ~ '^[A-Z]{3}$');
|
||||
|
||||
comment on domain currency_code is
|
||||
'A correctly formated, but not necessarily valid, ISO 4217 currency code';
|
||||
'A correctly formatted, but not necessarily valid, ISO 4217 currency code';
|
||||
|
||||
commit;
|
||||
|
|
Loading…
Reference in New Issue