Skip to content

Commit

Permalink
chore(comment): mark Tags table as preserved
Browse files Browse the repository at this point in the history
  • Loading branch information
shanoaice committed Dec 8, 2021
1 parent 83e7bf0 commit 88ae4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aurum.Storage/Mapping.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module Aurum.Storage.Mapping
open Aurum.Configuration.Intermediate
open Aurum.Storage.Records
open SQLite
open Shadowsocks.Models

// preserved for future usage
[<Table("Tags")>]
type Tags(tag: string, nodeId: string) =
[<PrimaryKey>]
Expand Down

0 comments on commit 88ae4bf

Please sign in to comment.