cockroachdb-laravel icon indicating copy to clipboard operation
cockroachdb-laravel copied to clipboard

Add semicolon to each statement while dumping the database

Open lucacri opened this issue 1 year ago • 0 comments

Changes In Code

I added a check to see if the statement is ending with a semicolon. If not, it'll add it so that the .sql file generated is going to work also from the cockroach sql command

lucacri avatar Feb 07 '24 20:02 lucacri