[Rt-commit] rt branch, 4.0/apply-scrips-to-multiple-queues, updated. rt-4.0.4-180-gd7093d8

Thomas Sibley trs at bestpractical.com
Wed Jan 11 16:18:37 EST 2012


The branch, 4.0/apply-scrips-to-multiple-queues has been updated
       via  d7093d8e64cff5ad3638f6e922854f8fc0160504 (commit)
      from  0252372ad5a7586001fa8653bd0918c09316364b (commit)

Summary of changes:
 etc/schema.Pg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit d7093d8e64cff5ad3638f6e922854f8fc0160504
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Jan 11 16:17:14 2012 -0500

    Typo'd default Stage value in the Postgres schema

diff --git a/etc/schema.Pg b/etc/schema.Pg
index 5c2bab6..b4742fc 100755
--- a/etc/schema.Pg
+++ b/etc/schema.Pg
@@ -245,7 +245,7 @@ CREATE SEQUENCE objectscrips_id_seq;
 CREATE TABLE ObjectScrips (
   id INTEGER DEFAULT nextval('objectscrips_id_seq'),
   Scrip integer NOT NULL,
-  Stage varchar(32) NOT NULL DEFAULT 'TrasactionCreate' ,
+  Stage varchar(32) NOT NULL DEFAULT 'TransactionCreate' ,
   ObjectId integer NOT NULL,
   SortOrder integer NOT NULL DEFAULT 0  ,
   Disabled integer NOT NULL DEFAULT 0 ,

-----------------------------------------------------------------------


More information about the Rt-commit mailing list