Skip to content

Commit

Permalink
publish: Public JSON API section: add petition content endpoints and …
Browse files Browse the repository at this point in the history
…information about CORS vs. JSONP (#145)

generated from commit c915a78
  • Loading branch information
anero committed May 28, 2024
1 parent 3ad2cb7 commit 2e80b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/tables.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
DROP TABLE IF EXISTS action_text_rich_texts;
CREATE TABLE action_text_rich_texts ("id" bigint, "name" CHARACTER VARYING(max), "body" CHARACTER VARYING(max), "record_type" CHARACTER VARYING(max), "record_id" bigint, "created_at" timestamp without time zone, "updated_at" timestamp without time zone);
DROP TABLE IF EXISTS admin_notes;
CREATE TABLE admin_notes ("id" bigint, "parent_type" CHARACTER VARYING(max), "parent_id" bigint, "source" CHARACTER VARYING(max), "user_id" bigint, "body" CHARACTER VARYING(max), "created_at" timestamp without time zone, "updated_at" timestamp without time zone);
DROP TABLE IF EXISTS attendee_shifts;
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5882,6 +5882,7 @@ <h2 id='bulk-data-bulk-data-data-schemas'>Bulk Data Data Schemas</h2>
<p>The bulk data webhooks include exports of the following tables:</p>

<ul>
<li>action_text_rich_texts</li>
<li>admin_notes</li>
<li>attendee_shifts</li>
<li>attendees</li>
Expand Down

0 comments on commit 2e80b29

Please sign in to comment.