liuzhen

Results 10 comments of liuzhen

I wanted different "From" addresses (to apply mail rules, since not all mail rules could be applied to mail subject).

I don't see any related configurations for that. I am using the version date back to early last year, is it a relatively new feature? I see following sections in...

make greater sense to put oncall & iris even bundled together, i think. we currently set up two oncall & two iris, coordinating iris with zookeeper; while put nginx in...

After I went for pgsql, everything works.

Sorry. By the way, the create_table/2 in adapter for pgsql only works with least expectations.

@davidw As for create_table/2 in master () (1). only four types are supported column_type_to_sql(auto_increment) -> "SERIAL"; column_type_to_sql(string) -> "VARCHAR"; column_type_to_sql(integer) -> "INTEGER"; column_type_to_sql(datetime) -> "TIMESTAMP". (2). column option, in effect,...

hi try manually creating the table of "schema_migrations" with the column definitions you may find in one boss_db src file. > ÔÚ 2015Äê1ÔÂ9ÈÕ£¬09:23£¬Bunlong Ryan [email protected] дµÀ£º > > @davidw: Yes...

@Bunlong "schema_migrations": id, version (varchar), migrated_at (like timestamp).

create model for it also 发自我的 iPhone > 在 2015年1月17日,18:42,Peter Krantz [email protected] 写道: > > I have the same error when using mysql. Setting up the schema_migrations table manually with...