[Rt-commit] rt branch, 4.6/log-view-db-config-change-history, repushed

Aaron Trevena ast at bestpractical.com
Tue Feb 11 06:16:32 EST 2020


The branch 4.6/log-view-db-config-change-history was deleted and repushed:
       was 42e19250f8b960a2345e46c9e1d93a80883c5aba
       now ee7a01114e423bb56029e5d82649608c3fb2bc45

1: d1d1a68f9a ! 1: b5ddf186d3 Schema updates for tracking db configuration changes in transactions
    @@ -41,10 +41,12 @@
     -
        Creator integer NOT NULL DEFAULT 0  ,
     -  Created TIMESTAMP NULL  ,
    -+  Created TIMESTAMP NULL
    ++  Created TIMESTAMP NULL,
        PRIMARY KEY (id)
    +-
    + );
    + CREATE INDEX Transactions1 ON Transactions (ObjectType, ObjectId);
      
    - );
     @@
          PRIMARY KEY (id)
      );
2: 42e19250f8 = 2: ee7a01114e Log DB config changes as transactions



More information about the rt-commit mailing list