On Saturday, December 26, 2015 at 1:06:43 PM UTC-8, federico lucca wrote:
>
> Hi everyone,
>
> I'm trying to move my schema with migrations files ,from sqllite to 
> postgres.
> My development enviroment is on sqllite,and production enviroment is on 
> postgres
> I thought that the migrations runs without error on any database but is 
> not true,there are some compatibility error,something like enum ecc
>
> What's the best solution?I'm using padrino 0.13 and sequel 4.29 
>
>
> Federico
>

The best solution is always to use the same database for development that 
you use for production.  The only time you should attempt to use different 
databases is if you are writing software that explicitly supports both 
databases, in which case rotating the database used for development is a 
good idea.

Thanks,
Jeremy 

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to