diff options
author | Michael Elkins <melkins@tislabs.com> | 2012-01-13 21:50:53 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2012-01-13 21:50:53 +0000 |
commit | d610af2370c1f8e4bf41766ffe045b269cc53c45 (patch) | |
tree | 16aa9718cadfb029aef3084d61b1647f3505969d /buildtools/make-sql-schemas.py | |
parent | 66a6246645eb12a4f968087662f42d1dd0417203 (diff) | |
parent | 49f26d19fcb2d9ef41cb1ed24415da16e7b5ecc2 (diff) |
merged with ^/branches/tk100
svn path=/branches/tk161/; revision=4154
Diffstat (limited to 'buildtools/make-sql-schemas.py')
-rw-r--r-- | buildtools/make-sql-schemas.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/make-sql-schemas.py b/buildtools/make-sql-schemas.py index 700d2b9c..3ecde014 100644 --- a/buildtools/make-sql-schemas.py +++ b/buildtools/make-sql-schemas.py @@ -32,7 +32,7 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """ -schemas = ("rpkid", "irdbd", "pubd") +schemas = ("rpkid", "pubd") format_1 = """\ # Automatically generated, do not edit. |