Duminda Rathnayaka
Duminda Rathnayaka
I'm following the steps here: https://figwheel.org/docs/create_a_build.html I have just changed the project name and some lib versions only. project.cj: ``` (defproject testcljs "0.1.0-SNAPSHOT" :description "FIXME: write this!" :url "http://example.com/FIXME" :license...
I get this error when I try to migrate: `django.db.utils.OperationalError: (1825, "Failed to add the foreign key constraint on table 'easyaudit_crudevent'. Incorrect options in FOREIGN KEY constraint 'renew_cloud/easyaudit_crudevent_user_id_09177b54_fk_renew_customuser_id'")` Note that...
This is my collection definition: ``` Image = new FS.Collection("images", { /* the file director: .meteor/local/uploads */ stores:[new FS.Store.FileSystem("images",{path:Meteor.settings.uploadRoot+"/uploads"})], filter: { allow: { contentTypes: ['image/*', 'application/pdf'] //allow only images and...