Skip to content

Commit

Permalink
deploy. fix typos in sql files
Browse files Browse the repository at this point in the history
  • Loading branch information
edospadoni committed Mar 27, 2018
1 parent 64bc3d0 commit df525e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deploy/ansible/roles/icarodb/files/icaro.sql
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ CREATE TABLE `hotspot_preferences` (
PRIMARY KEY(`id`)
);

AutoLogin bool `db:"auto_login" json:"auto_login"`
BandwidthUp int `db:"bandwidth_up" json:"bandwidth_up"`
BandwidthDown int `db:"bandwidth_down" json:"bandwidth_down"`
Duration time.Time `db:"duration" json:"duration"`

CREATE TABLE `hotspot_vouchers` (
`id` serial,
`hotspot_id` bigint unsigned NOT NULL,
Expand Down

0 comments on commit df525e0

Please sign in to comment.