Sha256: 56a030cacc23e7239ba0a7dd143f5f7b7b101a20fb5aeca07a14752f7e5c7880
Contents?: true
Size: 208 Bytes
Versions: 15
Compression:
Stored size: 208 Bytes
Contents
class AddLatLonToNotifiableDeviceTokens < ActiveRecord::Migration[4.2] def change enable_extension "postgis" add_column :notifiable_device_tokens, :lonlat, :st_point, geographic: true end end
Version data entries
15 entries across 15 versions & 2 rubygems