8 lines
101 B
SQL
8 lines
101 B
SQL
SELECT
|
|
COUNT(*)
|
|
FROM
|
|
sqlite_master
|
|
WHERE
|
|
type = 'table'
|
|
AND name = 'migrate_version'
|