Skip to content

Commit 88ae4bf

Browse files
committed
chore(comment): mark Tags table as preserved
1 parent 83e7bf0 commit 88ae4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Aurum.Storage/Mapping.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module Aurum.Storage.Mapping
44
open Aurum.Configuration.Intermediate
55
open Aurum.Storage.Records
66
open SQLite
7-
open Shadowsocks.Models
87

8+
// preserved for future usage
99
[<Table("Tags")>]
1010
type Tags(tag: string, nodeId: string) =
1111
[<PrimaryKey>]

0 commit comments

Comments
 (0)