Skip to content

Commit b7d1384

Browse files
authored
allow out-of-sequence (#212)
1 parent 28bd039 commit b7d1384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/database/scripts/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const main = () => {
4444
if (err) {
4545
process.exit(err.code);
4646
}
47-
exec("supabase db push", (err, stdout, stderr) => {
47+
exec("supabase db push --include-all", (err, stdout, stderr) => {
4848
console.log(`${stdout}`);
4949
console.error(`${stderr}`);
5050
if (err) {

0 commit comments

Comments
 (0)