Skip to content

Missing database column when using latest version #3246

Discussion options

You must be logged in to vote

I had to actually add the columns by hand:

alter table events_v2 add column revenue_reporting_amount Nullable(Decimal64(3));
alter table events_v2 add column revenue_reporting_currency FixedString(3);
alter table events_v2 add column revenue_source_amount Nullable(Decimal64(3));
alter table events_v2 add column revenue_source_currency FixedString(3);

As I said in my previous comment it seems that applying the migrations firsT and then trying to run the data migrations results in breaking stuff. Maybe you'll need to fix the data migrations so they create the proper tables ?

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ruslandoga
Comment options

@ruslandoga
Comment options

@spapas
Comment options

Comment options

You must be logged in to vote
1 reply
@ruslandoga
Comment options

Answer selected by spapas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants