mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 11:11:11 +02:00
parent
bdb1090a40
commit
ff9372baea
5 changed files with 11 additions and 5 deletions
|
@ -0,0 +1,5 @@
|
|||
class RenameRegistrarDirectoHandleToAccountingCustomerCode < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :registrars, :directo_handle, :accounting_customer_code
|
||||
end
|
||||
end
|
|
@ -2473,7 +2473,7 @@ CREATE TABLE registrars (
|
|||
zip character varying,
|
||||
code character varying,
|
||||
website character varying,
|
||||
directo_handle character varying,
|
||||
accounting_customer_code character varying,
|
||||
vat boolean,
|
||||
legacy_id integer,
|
||||
reference_no character varying,
|
||||
|
@ -5053,3 +5053,5 @@ INSERT INTO schema_migrations (version) VALUES ('20171009082321');
|
|||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20171025110933');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20171025113808');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue