Skip to content

Commit bfc82f5

Browse files
author
admin
committed
Initial creation of repo for CCW4229 - Create your First Application
0 parents  commit bfc82f5

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Generated files
2+
This repository contains generated files and a checksum.
3+
4+
**Do not edit the files in this repository outside of an instance of ServiceNow.**
5+
6+
If you find yourself unable to import your repository due to the presence of files edited outside an instance of ServiceNow, merge commits that mix files from different revisions, or other data that does not match the checksum, you may recover using either of the following techniques:
7+
* Remove the problem commits:
8+
1. Clone your repository to a personal computer with the git command line tools installed and open a git command prompt in the repository root
9+
2. Run `git log` and take note of the SHA1s of the problem commits
10+
3. Build revert commits using `git revert SHA1` repeatedly, working backward in time, for each commit that introduced changes not generated by a ServiceNow instance
11+
4. Run `git push`
12+
13+
* Overwrite the problem code snapshot with a known good one:
14+
1. Clone your repository to a personal computer with the git command line tools installed and open a git command prompt in the repository root,
15+
2. Locate a known good code snapshot and record its SHA1. For this step, `git log` can be useful.
16+
2. Run `git reset --hard SHA1` to a commit that was generated by a ServiceNow instance
17+
3. Run `git reset HEAD{1}`
18+
4. Run `git add -A`
19+
5. Run `git commit`
20+
6. Run `git push`

checksum.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
UTKBW3__ablWYC0ae0vIoiUxJDpXFn-O_cg_pTn516hBTb7Sd9f270d0VmVKoh-PjYHKbN7aebIBB2s3KJKz-fBL6S06Jvym8UtW3Nl-t774UNDjOmdUFpygq0oIWtyAJLGXt_qeG08vN0pHpcOGJRxVLqbLF10dgOTPpb9x0jRrlutu7af_Cz4K1XH8FAYfm334GXiO5pPar1Iid6gKtn03J3sz5hhqsTR1eVARD9WM4UddhtgRnkqDtaMF7L0_qcpKNb7nhvq2F3tibtCAleSMirKpNcd1AegjoZS6lcLWYF3BDwP7U_jrsbW5Gud4zGI3TRuYYGG9lxgeHip939j1ZQ2j9zHIpJLq8dts-EebgRiNKbboFbS2-VFhys3k-iV7lm9OyH0eZKXaYJSpjSdoxHjD4dFeyWoHGeNvVoxqnJhn2Vo6BAN4ouiT8SV1NVLjRtdsM4X43knfzC76covTAnmuZgCCqlXhdhLjI6ohVYjETacxuULZ7COB4aCBjlCLFAnhlSxIil5kDYPAaek8wdWtU1vZdoKQMGR9JAkmRagw8kavyBwqsorH9P88ZkoFZ38B-T4eVkGe70K1Vi-92O0NKrwvJG9YPG4s0st32EjVwsj8UK_X6lEPsiVjBIaPWzLreQpO8pRFqJY7J7piL5p0HGwSAKvXbtWpqG8
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<record_update table="sys_app">
3+
<sys_app action="INSERT_OR_UPDATE">
4+
<active>true</active>
5+
<enforce_license>log</enforce_license>
6+
<js_level>helsinki_es5</js_level>
7+
<licensable>true</licensable>
8+
<license_model>none</license_model>
9+
<logo/>
10+
<menu/>
11+
<name>Media Library</name>
12+
<private>false</private>
13+
<restrict_table_access>false</restrict_table_access>
14+
<runtime_access_tracking>permissive</runtime_access_tracking>
15+
<scope>x_snc_media_librar</scope>
16+
<scoped_administration>false</scoped_administration>
17+
<short_description/>
18+
<source>x_snc_media_librar</source>
19+
<store_correlation_id/>
20+
<store_url/>
21+
<sys_class_name>sys_app</sys_class_name>
22+
<sys_code/>
23+
<sys_created_by>admin</sys_created_by>
24+
<sys_created_on>2017-04-07 13:01:02</sys_created_on>
25+
<sys_id>3458a92c518a32007f446637134c6055</sys_id>
26+
<sys_mod_count>0</sys_mod_count>
27+
<sys_updated_by>admin</sys_updated_by>
28+
<sys_updated_on>2017-04-07 13:01:02</sys_updated_on>
29+
<template/>
30+
<trackable>true</trackable>
31+
<user_role/>
32+
<vendor/>
33+
<vendor_prefix/>
34+
<version>1.0.0</version>
35+
</sys_app>
36+
</record_update>

0 commit comments

Comments
 (0)