~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/Makefile

  • Committer: Stuart Bishop
  • Date: 2011-12-13 15:12:32 UTC
  • mto: (7675.1045.1036 db-devel)
  • mto: This revision was merged to the branch mainline in revision 14593.
  • Revision ID: stuart.bishop@canonical.com-20111213151232-v5tjdat3g5i31gum
LaunchpadDatabase* should not end up in sampledata

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    echo -n "-- Created using " >> $(2) && \
54
54
    pg_dump --version >> $(2) && \
55
55
    pg_dump --schema=public --disable-triggers -a --column-inserts -O ${1} \
56
 
    | grep -v "\( TOC \|INSERT INTO launchpaddatabaserevision \|sessiondata\|sessionpkgdata\|SELECT pg_catalog\.setval\|^--\| fticache \|'fticache'\|ALTER TABLE secret\|INSERT INTO secret\)" \
 
56
    | grep -v "\( TOC \|INSERT INTO launchpaddatabase\|sessiondata\|sessionpkgdata\|SELECT pg_catalog\.setval\|^--\| fticache \|'fticache'\|ALTER TABLE secret\|INSERT INTO secret\)" \
57
57
    | $(PYTHON) sort_sql.py >> $(2) && \
58
58
    $(PYTHON) fti.py --force -d ${1} -q
59
59