-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Created census_gsa_crosswalk materialized view * Added census_gsa_crosswalk materialized view * Added census_gsa_crosswalk materialized view * Created census_gsa_crosswalk materialized view
- Loading branch information
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
DROP MATERIALIZED VIEW IF EXISTS dissemination_combined; | ||
|
||
DROP SEQUENCE IF EXISTS dissemination_combined_id_seq; | ||
|
||
DROP MATERIALIZED VIEW IF EXISTS census_gsa_crosswalk; | ||
|
||
DROP SEQUENCE IF EXISTS census_gsa_crosswalk_id_seq; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
REFRESH MATERIALIZED VIEW dissemination_combined; | ||
|
||
REFRESH MATERIALIZED VIEW census_gsa_crosswalk; |