# before 0.5 to 0.5
# Database : `bandwidthmeter`
# --------------------------------------------------------

#
# Table structure change for table `readings`
#

ALTER TABLE `bandwidthmeter`.`readings` ADD `name` TEXT NOT NULL;
