We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28bd039 commit b7d1384Copy full SHA for b7d1384
1 file changed
packages/database/scripts/deploy.ts
@@ -44,7 +44,7 @@ const main = () => {
44
if (err) {
45
process.exit(err.code);
46
}
47
- exec("supabase db push", (err, stdout, stderr) => {
+ exec("supabase db push --include-all", (err, stdout, stderr) => {
48
console.log(`${stdout}`);
49
console.error(`${stderr}`);
50
0 commit comments