Aethel Bot OSS repository! aethel.xyz
bot fun ai discord discord-bot aethel

typo fix

no file named run-migration.js inside script folder

authored by 9z and committed by GitHub 6f6a08e4 b87ed60f

Changed files
+1 -1
+1 -1
README.md
··· 51 51 Run all SQL migrations: 52 52 53 53 ```sh 54 - bun run scripts/run-migration.js # or node scripts/run-migration.js 54 + bun run scripts/run-migrations.js # or node scripts/run-migrations.js 55 55 ``` 56 56 57 57 ---