Skip to content

Commit

Permalink
futher work on #8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewberryman committed Oct 11, 2016
1 parent d012f20 commit 9258b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ ALTER TABLE all_reports

-- Create table to store id of last seen tweet id as captured using GNIP
CREATE TABLE seen_tweet_id (onerow_id bool PRIMARY KEY DEFAULT TRUE, id bigint, CONSTRAINT onerow_uni CHECK (onerow_ID));
INSERT INTO seen_tweet_id VALUES (TRUE, 0);

-- Add Geometry column to tweet_reports
SELECT AddGeometryColumn ('public','all_reports','the_geom',4326,'POINT',2);
Expand Down

0 comments on commit 9258b10

Please sign in to comment.