Skip to content

Commit

Permalink
Merge pull request #2071 from scpwiki/WJ-1275-domain-seeder
Browse files Browse the repository at this point in the history
[WJ-1275] Add domains to seeder
  • Loading branch information
emmiegit authored Sep 9, 2024
2 parents 679d7b3 + 4a88b4b commit 8e68053
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 247 deletions.
2 changes: 1 addition & 1 deletion deepwell/migrations/20220906103252_deepwell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ CREATE TABLE page_connection (

CREATE TABLE page_connection_missing (
from_page_id BIGINT REFERENCES page(page_id),
to_site_id BIGINT REFERENCES page(page_id),
to_site_id BIGINT REFERENCES site(site_id),
to_page_slug TEXT,
connection_type TEXT, -- Ditto
created_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT now(),
Expand Down
Loading

0 comments on commit 8e68053

Please sign in to comment.