Closed alantao912 closed 9 months ago
@alantao912 can you ask in sst discord best practice for checking if a table exists before creating a new one. ask if sst handles that check sort of under the hood
@alantao912 can you ask in sst discord best practice for checking if a table exists before creating a new one. ask if sst handles that check sort of under the hood
I already tried </3 :(
@alantao912 can you ask in sst discord best practice for checking if a table exists before creating a new one. ask if sst handles that check sort of under the hood
I already tried </3 :(
is there a way we can tag someone who maintains SST in this thread @alantao912
SonarCloud Quality Gate failed.
1 Bug
0 Vulnerabilities
0 Security Hotspots
2 Code Smells
No Coverage information
0.0% Duplication
Catch issues before they fail your Quality Gate with our IDE extension SonarLint
@alantao912 status on this?
Fixed idempotency issue by first checking if table does not exist
Github Issue Number Here: <#1033> What user problem are we solving? AppStack.ts does not start because trainspace table already exists.
What solution does this PR provide? Checks if the table does not already exist before creating it again.
Testing Methodology Typed dlp-cli serverless start and it worked.
Any other considerations
Issue may have been fixed by something else.