You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StoreAuthzsInOrders and StoreARIReplacesInOrders have been deployed in
prod.
Also, ensure both flags are set in `config/sa.json`, and neither is set
in `config-next/sa.json`.
This removes all reads of the `orderToAuthz2` table, which will make it
possible to drop the table.
query: "insert into `orders` (`ID`,`RegistrationID`,`Expires`,`Created`,`Error`,`CertificateSerial`,`BeganProcessing`) values (null,?,?,?,?,?,?)",
163
163
expectedTable: "`orders`",
164
164
},
165
-
{
166
-
query: "insert into `orderToAuthz2` (`OrderID`,`AuthzID`) values (?,?);",
167
-
expectedTable: "`orderToAuthz2`",
168
-
},
169
165
{
170
166
query: "UPDATE authz2 SET status = :status, attempted = :attempted, validationRecord = :validationRecord, validationError = :validationError, expires = :expires WHERE id = :id AND status = :pending",
0 commit comments