mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Remove not needed columns
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user