Skip to content

Commit

Permalink
deploy. fix create table for subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Jun 17, 2024
1 parent 12ce057 commit 9ae2bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ansible/roles/icarodb/files/icaro.sql
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ CREATE TABLE subscriptions (
subscription_plan_id bigint not null references subscription_plans(id),
valid_from datetime null,
valid_until datetime null,
created datetime default current_timestamp
created datetime null
);

/* -------------------- */
Expand Down

0 comments on commit 9ae2bba

Please sign in to comment.