Skip to content

Commit

Permalink
#333 fix mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Sep 13, 2017
1 parent 8df1a6b commit f5a18ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
-- along with alf.io. If not, see <http://www.gnu.org/licenses/>.
--

alter table ticket_category add column valid_checkin_from timestamp with time zone;
alter table ticket_category add column valid_checkin_to timestamp with time zone;
alter table ticket_category add column valid_checkin_from timestamp;
alter table ticket_category add column valid_checkin_to timestamp;

0 comments on commit f5a18ef

Please sign in to comment.