Added tests for validators

This commit is contained in:
J Guthrie 2018-11-05 15:41:35 +00:00
parent 6cde8c9b0c
commit 1e57189366
21 changed files with 169 additions and 32 deletions

View file

@ -2,9 +2,9 @@
#
# Table name: gpx_file_tags
#
# gpx_id :bigint(8) default(0), not null
# gpx_id :integer default(0), not null
# tag :string not null
# id :bigint(8) not null, primary key
# id :integer not null, primary key
#
# Indexes
#