[TSM.ID].[11031972] PXE : Platform X Ecosystem I [118 Module -LIVE-]
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const postgres = require('postgres');
|
||||
const sql = postgres(process.env.DATABASE_URL);
|
||||
sql`ALTER TABLE tenants ADD COLUMN IF NOT EXISTS license_number text UNIQUE;`.then(() => {
|
||||
console.log("Done");
|
||||
process.exit(0);
|
||||
}).catch(e => {
|
||||
console.error(e);
|
||||
process.exit(1);
|
||||
});
|
||||
Reference in New Issue
Block a user