Skip to content

Commit

Permalink
added files that were causing deployments with builder code to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooks Johnson committed Jan 20, 2023
1 parent 7b8c54f commit aad3c7a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ApexClass xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>52.0</apiVersion>
<status>Active</status>
</ApexClass>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Admin_Only__c</fullName>
<defaultValue>false</defaultValue>
<externalId>false</externalId>
<label>Admin Only</label>
<trackFeedHistory>false</trackFeedHistory>
<type>Checkbox</type>
</CustomField>

0 comments on commit aad3c7a

Please sign in to comment.