mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-20 08:28:52 +00:00
9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
import { appSchema, tableSchema } from '@nozbe/watermelondb'
|
|
|
|
export default appSchema({
|
|
version: 1,
|
|
tables: [
|
|
// tableSchemas go here...
|
|
]
|
|
})
|