diff --git a/dachan.drawio b/dachan.drawio index cbf9e90..0915677 100644 --- a/dachan.drawio +++ b/dachan.drawio @@ -1,4 +1,4 @@ - + @@ -76,7 +76,7 @@ - + @@ -143,21 +143,8 @@ - - - - - - - - - - - - - - + diff --git a/database_schematic.pgsql b/database_schematic.pgsql index 73eaada..531799e 100644 --- a/database_schematic.pgsql +++ b/database_schematic.pgsql @@ -24,7 +24,6 @@ CREATE TABLE posts ( media_ids VARCHAR(22)[], is_root BOOL NOT NULL, date DATE NOT NULL, - internal_id INT NOT NULL, -- id of the post inside of the thread user_ip CIDR NOT NULL );