mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Merge branch 'master' into mar-2-polish
This commit is contained in:
commit
7819f02791
@ -5,5 +5,4 @@ RUN apt-get update -qq && \
|
||||
COPY . /notebook-ai
|
||||
WORKDIR /notebook-ai
|
||||
RUN bundle install
|
||||
RUN rake db:create
|
||||
RUN rake db:migrate
|
||||
RUN rails db:setup
|
||||
|
||||
@ -1394,7 +1394,7 @@ ActiveRecord::Schema.define(version: 2020_03_02_022930) do
|
||||
t.datetime "updated_at", null: false
|
||||
t.string "src_file_name"
|
||||
t.string "src_content_type"
|
||||
t.bigint "src_file_size"
|
||||
t.integer "src_file_size"
|
||||
t.datetime "src_updated_at"
|
||||
t.index ["content_type", "content_id"], name: "index_image_uploads_on_content_type_and_content_id"
|
||||
t.index ["user_id"], name: "index_image_uploads_on_user_id"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user