You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workloadccl: remove stale comment around importing fixtures
This commit deletes now-stale comment that was added in
09abc26. That change made a switch from
using IMPORT TABLE to IMPORT INTO for importing fixtures as a temporary
workaround. However, since then we completely deprecated IMPORT TABLE
syntax, so the only way to import the data now is to create the tables
separately, which makes the comment confusing.
Release note: None
0 commit comments