Skip to content

Commit

Permalink
fixup! feat (cache): impl. soft-delete of users in cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Oct 18, 2024
1 parent f060077 commit 1f83d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/clientcache/internal/db/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ when
end;


insert into schema_version(version) values('v0.0.4');
insert into schema_version(version) values('v0.0.3');

-- user contains the boundary user information for the boundary user that owns
-- the information in the cache.
Expand Down

0 comments on commit 1f83d14

Please sign in to comment.