Skip to content

Commit 1188196

Browse files
authored
docs: explicitly enable seeding on remote (supabase#39309)
1 parent abd3521 commit 1188196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/content/guides/deployment/branching/configuration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Here's an example of configuring a separate seed script for a staging environmen
2424
project_id = "your-project-ref"
2525

2626
[remotes.staging.db.seed]
27+
enabled = true
2728
sql_paths = ["./seeds/staging.sql"]
2829
```
2930

0 commit comments

Comments
 (0)