Tom Barr wrote:
Our production server has permission limited so we can't create or alter
tables. Can I create a custom type on our development server and push the
new table to production or are there dependencies outside of the new
table? Will it show up as deployed in the admin?

Yes. However, if you want to migrate any data you've entered using the custom type then this can be a little more complicated. If you don't care to migrate any data then this is a simple procedure.


Keep in mind the following though:
- If you used an array (in the cfproperty withing the CFC) you will need to move the array table as well.
- Make sure that any settings on the fields have been moved as well (null yes/no, etc).


If this is your first time trying this you might want to try doing this on another dev site (just to see how it works and make sure you aren't missing anything). Essentially this should work and your types should appear as "deployed" and work correctly.

-Jeff C.

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to