Got a few SQLDelight questions, I'm following the ...
# squarelibraries
n
Got a few SQLDelight questions, I'm following the docs on migrations (https://cashapp.github.io/sqldelight/2.0.0-alpha05/android_sqlite/migrations/) and it says there should be a task
generateSqlDelightSchema
but I'm seeing
generateReleaseMainDatabaseSchema
and
generateDebugMainDatabaseSchema
. "MainDatabase" is the configured name of my database, so that makes sense, but why are there "Release" and "Debug" versions of the task?