~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/patch-2208-76-3.sql

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
SET client_min_messages = ERROR;
3
 
 
4
 
DROP FUNCTION IF EXISTS is_blacklisted_name(text);
5
 
DROP FUNCTION IF EXISTS name_blacklist_match(text);
6
 
DROP FUNCTION IF EXISTS reverse(text);
7
 
DROP FUNCTION IF EXISTS bug_summary_temp_journal_clean_row(bugsummary);
8
 
DROP FUNCTION IF EXISTS valid_version(text);
9
 
DROP FUNCTION IF EXISTS decendantrevision(integer);
10
 
DROP FUNCTION IF EXISTS sleep_for_testing(float);
11
 
 
12
 
INSERT INTO LaunchpadDatabaseRevision VALUES (2208, 76, 3);