Nice Work
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { ensureSchema } from './index.js';
|
||||
|
||||
ensureSchema()
|
||||
.then(() => {
|
||||
console.log('✅ Datenbankschema abgeglichen.');
|
||||
process.exit(0);
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('⚠️ Schema-Abgleich fehlgeschlagen:', error);
|
||||
process.exit(1);
|
||||
});
|
||||
Reference in New Issue
Block a user