Skip to content

Commit

Permalink
Merge pull request #668 from jberkus/master
Browse files Browse the repository at this point in the history
Fixed 14.0 schema.  Also removed requirement for plperl from setupapp.
  • Loading branch information
rhelmer committed Jun 26, 2012
2 parents 22ace08 + d31f7b6 commit 1462202
Show file tree
Hide file tree
Showing 2 changed files with 1,065 additions and 310 deletions.
4 changes: 0 additions & 4 deletions socorro/external/postgresql/setupdb_app.py
Expand Up @@ -166,10 +166,6 @@ def main(self):
with open('sql/roles.sql') as f:
db.execute(f.read())

for lang in ['plpgsql', 'plperl']:
db.execute('CREATE LANGUAGE "%s"' % lang,
['language "%s" already exists' % lang])

if not self.no_schema:
with open('sql/schema.sql') as f:
db.execute(f.read(), ['schema "pgx_diag" already exists'])
Expand Down

0 comments on commit 1462202

Please sign in to comment.