Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qpixel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Answers
Qpixel
Commits
4ea4d227
Commit
4ea4d227
authored
Jun 1, 2020
by
ArtOfCode-
Browse files
Options
Downloads
Patches
Plain Diff
Ignore import data
parent
841129a0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+3
-0
3 additions, 0 deletions
.gitignore
db/schema.rb
+2
-1
2 additions, 1 deletion
db/schema.rb
with
5 additions
and
1 deletion
.gitignore
+
3
−
0
View file @
4ea4d227
...
...
@@ -37,3 +37,6 @@ deploy
/config/master.key
.byebug_history
import-data/
qpixel-import.tar.gz
This diff is collapsed.
Click to expand it.
db/schema.rb
+
2
−
1
View file @
4ea4d227
...
...
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord
::
Schema
.
define
(
version:
2020_0
5_28_145307
)
do
ActiveRecord
::
Schema
.
define
(
version:
2020_0
6_01_113238
)
do
create_table
"active_storage_attachments"
,
options:
"ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci"
,
force: :cascade
do
|
t
|
t
.
string
"name"
,
null:
false
...
...
@@ -235,6 +235,7 @@ ActiveRecord::Schema.define(version: 2020_05_28_145307) do
t
.
index
[
"community_id"
],
name:
"index_posts_on_community_id"
t
.
index
[
"deleted"
],
name:
"index_posts_on_deleted"
t
.
index
[
"duplicate_post_id"
],
name:
"index_posts_on_duplicate_post_id"
t
.
index
[
"last_activity"
],
name:
"index_posts_on_last_activity"
t
.
index
[
"last_activity_by_id"
],
name:
"index_posts_on_last_activity_by_id"
t
.
index
[
"license_id"
],
name:
"index_posts_on_license_id"
t
.
index
[
"parent_id"
],
name:
"index_posts_on_parent_id"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment