♻️ Minor refactor of persistence layer.

This commit is contained in:
Andrey Antukh 2020-06-26 09:35:25 +02:00 committed by Hirunatan
parent bc672932ad
commit db7f17abdf
13 changed files with 235 additions and 186 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE page_change
ADD COLUMN session_id uuid DEFAULT NULL;