summaryrefslogtreecommitdiffstats
path: root/common/commands/revisionupdate.fbs
blob: cc092e42cb10ea80e0b3de25eb207fae6ad0af27 (plain)
1
2
3
4
5
6
7
namespace Sink.Commands;

table RevisionUpdate {
    revision: ulong;
}

root_type RevisionUpdate;