Remove not needed columns

This commit is contained in:
Fang-Pen Lin
2025-11-04 10:54:46 -08:00
parent 7f69674e2c
commit f85d913017

View File

@@ -90,11 +90,7 @@ export async function up(knex: Knex): Promise<void> {
t.timestamp("expiresAt").notNullable();
t.text("csr").nullable();
t.text("certificate").nullable();
t.text("certificateChain").nullable();
t.text("error").nullable();
// Order status
t.string("status").notNullable(); // pending, ready, processing, valid, invalid