refactoring: Masive refactor to build the V2
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
create schema auth;
|
||||
create table auth.user_event_stream (
|
||||
id uuid not null primary key,
|
||||
aggregate_id uuid not null,
|
||||
version int not null,
|
||||
data jsonb not null,
|
||||
unique(aggregate_id, version)
|
||||
);
|
||||
Reference in New Issue
Block a user