postgresml icon indicating copy to clipboard operation
postgresml copied to clipboard

DROP TABLES at the end of tutorial 1 are not commented out

Open rngadam opened this issue 2 years ago • 1 comments

Run All executes these DROP:

https://github.com/postgresml/postgresml/blob/d3f560cff2a96d148cc798bc575d54d7ef9d013a/pgml-dashboard/migrations/20221129170843_notebooks_data.up.sql#L558

the text above implies these would be initially commented out?

expected:

image

rngadam avatar Nov 17 '23 20:11 rngadam

We'll need a migration to update this

montanalow avatar Jan 03 '24 18:01 montanalow