Skip to content

Commit

Permalink
fix on migrations for subscribers
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Nov 10, 2023
1 parent 705fad2 commit 6a0abb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ component{
table.boolean( "isDeleted" ).default( false );

table.string( "type" );
table.string( "subscriberToken" );
table.string( "subscriptionToken" );

// Relationships
table.string( "FK_subscriberID", 36 );
Expand Down

0 comments on commit 6a0abb6

Please sign in to comment.