mirror of
https://github.com/status-im/status-go.git
synced 2026-08-31 17:11:23 +00:00
* chore: move databases to internal/db * chore: move internal/db/sqlite * chore: internal/abi-spec * chore: move internal/connection * chore: internal/circuitbreaker * chore: internal/transactions * fix: rebase issues
6 lines
258 B
SQL
6 lines
258 B
SQL
-- DO NOT REMOVE
|
|
-- -----------------------------
|
|
-- This file does nothing
|
|
-- It's created so the migration knows from which sql file to continue since
|
|
-- the migration has been splitted in two (before, and after nodecfg extraction)
|
|
-- Do not add code here |