mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
add comment about unused 'starred' column
This commit is contained in:
committed by
holger krekel
parent
5405bfbc8d
commit
11107d5484
@@ -1008,6 +1008,8 @@ CREATE INDEX devmsglabels_index1 ON devmsglabels (label);
|
|||||||
.await?;
|
.await?;
|
||||||
sql.execute("CREATE INDEX chats_index2 ON chats (archived);", paramsv![])
|
sql.execute("CREATE INDEX chats_index2 ON chats (archived);", paramsv![])
|
||||||
.await?;
|
.await?;
|
||||||
|
// 'starred' column is not used currently
|
||||||
|
// (dropping is not easily doable and stop adding it will make reusing it complicated)
|
||||||
sql.execute(
|
sql.execute(
|
||||||
"ALTER TABLE msgs ADD COLUMN starred INTEGER DEFAULT 0;",
|
"ALTER TABLE msgs ADD COLUMN starred INTEGER DEFAULT 0;",
|
||||||
paramsv![],
|
paramsv![],
|
||||||
|
|||||||
Reference in New Issue
Block a user