Skip to content

Commit

Permalink
unused deleted column
Browse files Browse the repository at this point in the history
  • Loading branch information
reinkrul committed Nov 19, 2023
1 parent 5932201 commit 606b954
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/sql_migrations/2_discoveryservice.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ create table discoveryservice_presentations
presentation_id text not null,
presentation_raw text not null,
presentation_expiration integer not null,
deleted boolean not null default false,
unique (service_id, credential_subject_id),
constraint fk_discovery_presentation_service_id foreign key (service_id) references discoveryservices (id) on delete cascade
);
Expand Down

0 comments on commit 606b954

Please sign in to comment.