You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
will give an error during Schema creation (but will continue):
`/Library/Ruby/Gems/2.0.0/gems/taps-0.3.24/lib/taps/schema.rb:63:in `block in load': undefined method `apply' for nil:NilClass (NoMethodError)
from /Library/Ruby/Gems/2.0.0/gems/sequel-3.20.0/lib/sequel/database/connecting.rb:76:in `connect'
from /Library/Ruby/Gems/2.0.0/gems/sequel-3.20.0/lib/sequel/core.rb:119:in `connect'
from /Library/Ruby/Gems/2.0.0/gems/taps-0.3.24/lib/taps/schema.rb:61:in `load'
from /Library/Ruby/Gems/2.0.0/gems/taps-0.3.24/bin/schema:44:in `<main>'`
Therefore, migration fails during data import since the table does not exist in the target schema.
The text was updated successfully, but these errors were encountered:
I.e. this structure in the source Postgres DB:
CREATE TABLE t_add_inf_value
(
)
WITH (
OIDS=FALSE
);
will give an error during Schema creation (but will continue):
Therefore, migration fails during data import since the table does not exist in the target schema.
The text was updated successfully, but these errors were encountered: