Improve comment.
This commit is contained in:
parent
11ddb4a8cc
commit
3583aed69a
1 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
------------------------------------
|
--------------------------------------------------------------------
|
||||||
-- Current version of the DB: 4 --
|
-- Current version of the DB is the highest value of filename
|
||||||
------------------------------------
|
-- in the folder `sqldelight/databases`.
|
||||||
|
--
|
||||||
|
-- When upgrading the schema, you have to create a file .sqm in the
|
||||||
|
-- `sqldelight/databases` folder and run the following task to
|
||||||
|
-- generate a .db file using the latest schema
|
||||||
|
-- > ./gradlew generateDebugSessionDatabaseSchema
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
CREATE TABLE SessionData (
|
CREATE TABLE SessionData (
|
||||||
userId TEXT NOT NULL PRIMARY KEY,
|
userId TEXT NOT NULL PRIMARY KEY,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue