This website requires JavaScript.
Explore
Help
Register
Sign In
seth
/
jam-cloud
mirror of
https://bitbucket.org/jamkazam/jam-cloud.git
Watch
1
Star
0
Fork
You've already forked jam-cloud
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
develop
jam-cloud
/
db
/
up
/
connection_channel_id.sql
2 lines
93 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
* merged
2014-06-24 03:28:23 +00:00
DELETE
FROM
connections
;
* VRFS-1790 - drag handles added to configure tracks; VRFS-1653 - fixed bug where slow initial connect would cause loop; also log in on initail connect instead of extra login message
2014-06-19 19:05:33 +00:00
ALTER
TABLE
connections
ADD
COLUMN
channel_id
VARCHAR
(
256
)
NOT
NULL
;